Stats
Actions
Tags
From stackchanmcp
A local MCP server that provides file system access, allowing Claude to read, write, and manage files. Configured via environment variable for the plugin root directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"stackchanmcp": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/gateway",
"python",
"-m",
"stackchan_mcp",
"serve"
]
}
}
}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 kisaragi-mochi/stackchan-mcp --plugin stackchanmcp