Stats
Actions
Tags
From stallion
Runs a local gateway service with a balanced profile, exposing file system resources and tools for reading, writing, and managing files via a configurable API endpoint.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"stallion": {
"command": "python3",
"args": [
"scripts/stallion_gateway.py",
"--root",
".",
"--profile",
"balanced",
"--config",
"config/gateway.json",
"--api-port",
"9470"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub efij/secure-claude-code --plugin stallion