@zerospacegg/anrubic
Version:
Anrubic - ZeroSpace.gg MCP Server for AI agents to access game data
43 lines (42 loc) • 1.44 kB
JSON
{
"dxt_version": "0.1",
"name": "@zerospacegg/anrubic",
"display_name": "Anrubic • ZeroSpace.gg's game data and lore MCP server",
"version": "1.0.0",
"description": "Anrubic - ZeroSpace.gg MCP Server for AI agents to access game data",
"long_description": "Anrubic is a Model Context Protocol (MCP) server that provides AI agents with comprehensive access to ZeroSpace game data. Named after the Xol faction hero, it offers 11 specialized tools for entity search, tag-based filtering, unit comparisons, faction data, tech trees, and lore exploration. Perfect for developers building ZeroSpace-aware AI applications or users wanting Claude to have deep knowledge of the ZeroSpace universe. Features include real-time game data access, combat analysis, and searchable lore database.",
"author": {
"name": "baby shoGGoth",
"email": "babyshoggoth@zerospace.gg",
"url": "https://zerospace.gg/"
},
"icon": "icon.png",
"server": {
"type": "node",
"entry_point": "dist/index.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/dist/index.js"
],
"env": {}
}
},
"keywords": [
"mcp",
"model-context-protocol",
"zerospace",
"game-data",
"ai-agent",
"rts",
"lore",
"claude",
"search",
"gaming"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/zerospacegg/zsgg.git"
}
}