What is the com.geiant/mcp-agentcore MCP server?
AI governance MCP server for EU AI Act compliance and jurisdiction verification
How to install com.geiant/mcp-agentcore
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-agentcore": {
"url": "https://geiant-agentcore-production.up.railway.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-agentcore": {
"serverUrl": "https://geiant-agentcore-production.up.railway.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-agentcore": {
"type": "http",
"url": "https://geiant-agentcore-production.up.railway.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-agentcore": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://geiant-agentcore-production.up.railway.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcp-agentcore https://geiant-agentcore-production.up.railway.app/mcpRelated MCP servers
com.geiant/mcp-perception
Maintained
Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance
0
View repository →TypeScript