Stats
Actions
Tags
From gaia-foundation
Local stdio MCP server for Gaia workflows, running the .NET Gaia.Workflows.Server project as a subprocess. Provides workflow-related tools and resources.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gaia-workflows": {
"command": "dotnet",
"args": [
"run",
"--project",
".github/mcp-workflows/src/Gaia.Workflows.Server"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
dotnetCommand-line arguments passed to the server process
npx claudepluginhub frostaura/ai.toolkit.gaia --plugin gaia-foundation