What is the eu.madeinro/digital-compass-mcp MCP server?
Digital-crisis playbooks as tools, 9 languages, country-anchored reporting channels. CC BY 4.0.
How to install eu.madeinro/digital-compass-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"digital-compass-mcp": {
"url": "https://compass.madeinro.eu/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"digital-compass-mcp": {
"serverUrl": "https://compass.madeinro.eu/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"digital-compass-mcp": {
"type": "http",
"url": "https://compass.madeinro.eu/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"digital-compass-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://compass.madeinro.eu/mcp"
]
}
}
}Claude Code
claude mcp add --transport http digital-compass-mcp https://compass.madeinro.eu/mcpRelated MCP servers
eu.madeinro/rotv-mcp
Active
Romanian TV guide MCP: live listings, prime time, search, recommendations, MCP Apps tonight card.
0
View repository →JavaScript
MIT