Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From agentic-z
Local stdio Python MCP server for DayZ RAG, providing retrieval-augmented generation access to DayZ game data like items, maps, and mechanics.
npx claudepluginhub dayz-n-chill/agentic-z --plugin agentic-zCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dayz-rag": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/.claude/mcp/dayz-rag/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.