PluginBench
MCP Server
Active
MIT

io.github.gabrielmahia/ardhi-mcp MCP Server

io.github.gabrielmahia/ardhi-mcp

What is the io.github.gabrielmahia/ardhi-mcp MCP server?

MCP server for land records and land-service coordination in Kenya (ardhi = land)

How to install io.github.gabrielmahia/ardhi-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ardhi-mcp": {
      "command": "uvx",
      "args": [
        "ardhi-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ardhi-mcp": {
      "command": "uvx",
      "args": [
        "ardhi-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ardhi-mcp": {
      "command": "uvx",
      "args": [
        "ardhi-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ardhi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ardhi-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ardhi-mcp -- uvx ardhi-mcp

Related MCP servers

MCP server for M-Pesa mobile-money integration in Kenya

4
Python
MIT
View repository →

MCP server for health-service coordination in East Africa (afya = health)

0
Python
MIT
View repository →

MCP server for mental-health support coordination in East Africa (afya ya akili = mental health)

0
Python
MIT
View repository →

🛡️ bima-mcp — Kenya Insurance Intelligence MCP Server

0
Python
View repository →

MCP server for congregation and community-organization coordination in East Africa

0
Python
MIT
View repository →

MCP server for Kenyan county-government services and coordination

0
Python
MIT
View repository →