Skip to content
VS Code

jumuia mcp for VS Code

io.github.gabrielmahia/jumuia-mcp

MCP server for community-group coordination in East Africa (jumuia = community)

client:VS Code transport:stdio runtime:pypi

Install jumuia mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "jumuia-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jumuia-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jumuia mcp in other clients