Back to Browse

State Sidecar MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP State Sidecar: durable state persistence for multi-agent AI workflows

About

MCP State Sidecar: durable state persistence for multi-agent AI workflows

Security Report

4.2
Use Caution4.2High Risk

The MCP State Sidecar is a well-structured distributed state management server with appropriate authentication patterns and secure credential handling. No credentials are hardcoded, and the server uses environment variables for configuration. Permissions align with the server's purpose (network access for HTTP/Redis, file I/O for SQLite). Minor code quality issues around error handling in the Redis backend and incomplete implementation do not significantly impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

TCP Network Access

Opens direct network connections, common for database or messaging tools.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

file_create

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

sqliteOptional

Environment variable: STATE_BACKEND

state_sidecar.dbOptional

Environment variable: DB_PATH

redis://localhost:6379Optional

Environment variable: REDIS_URL

0.0.0.0Optional

Environment variable: SIDECAR_HOST

8000Optional

Environment variable: SIDECAR_PORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-askadvaith-mcp-state-sidecar": {
      "env": {
        "DB_PATH": "your-db-path-here",
        "REDIS_URL": "your-redis-url-here",
        "SIDECAR_HOST": "your-sidecar-host-here",
        "SIDECAR_PORT": "your-sidecar-port-here",
        "STATE_BACKEND": "your-state-backend-here"
      },
      "args": [
        "mcp-state-sidecar"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!