Stats
Actions
Tags
From sdpm
Runs a local Python MCP server (sdpm). Provides filesystem capabilities to Claude. Purpose not clear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sdpm": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/mcp-local",
"python",
"server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub aws-samples/sample-spec-driven-presentation-maker --plugin sdpm