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.
npx claudepluginhub frostaura/ai.toolkit.gaia --plugin gaia-foundationAdd to your .mcp.json:
{
"mcpServers": {
"gaia-workflows": {
"command": "dotnet",
"args": [
"run",
"--project",
".github/mcp-workflows/src/Gaia.Workflows.Server"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
dotnet