DeepSeek Harness (DSH) profile bundle for EVE Static Map Planner's MCP server (plugin 0.5.1 / planner 1.0.0) — streamable-http at http://127.0.0.1:27892/mcp, tools surface as mcp__eve-static-map__*. Install: dsh plugin --profile web add git+https://github.com/zx0003147/EVE-Map-Assistant-DSH.git
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"eve-map-assistant-ds": {
"command": "npx",
"args": [
"-y",
"zx0003147/EVE-Map-Assistant-DSH"
]
}
}
}
Run in terminal:
claude mcp add eve-map-assistant-ds npx -y zx0003147/EVE-Map-Assistant-DSH
Add to .cursor/mcp.json:
{
"mcpServers": {
"eve-map-assistant-ds": {
"command": "npx",
"args": [
"-y",
"zx0003147/EVE-Map-Assistant-DSH"
]
}
}
}