Servers
AI Dev Toolkit - MCP Server
@ReadyPlayerSix
A comprehensive MCP server combining file system access, AI Librarian, context compression, and project scaffolding tools
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ai-dev-tookit": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}