Server data from the Official MCP Registry
MCP State Sidecar: durable state persistence for multi-agent AI workflows
MCP State Sidecar: durable state persistence for multi-agent AI workflows
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: STATE_BACKEND
Environment variable: DB_PATH
Environment variable: REDIS_URL
Environment variable: SIDECAR_HOST
Environment variable: SIDECAR_PORT
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.