Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub foundry-works/claude-foundry --plugin foundryCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"foundry-mcp": {
"command": "python",
"args": [
"-m",
"foundry_mcp.server"
]
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.