PluginBench
MCP Server
Maintained

com.geiant/mcp-perception MCP Server

com.geiant/mcp-perception

What is the com.geiant/mcp-perception MCP server?

Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance

How to install com.geiant/mcp-perception

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-perception": {
      "url": "https://packagesmcp-perception-production.up.railway.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-perception": {
      "serverUrl": "https://packagesmcp-perception-production.up.railway.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-perception": {
      "type": "http",
      "url": "https://packagesmcp-perception-production.up.railway.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-perception": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://packagesmcp-perception-production.up.railway.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-perception https://packagesmcp-perception-production.up.railway.app/mcp

Related MCP servers

AI governance MCP server for EU AI Act compliance and jurisdiction verification

0
TypeScript
View repository →