MCP.so
登录

AI Dev Toolkit

@ReadyPlayerSix

关于 AI Dev Toolkit

The AI Dev Toolkit is an all-in-one solution for managing Model Context Protocol (MCP) servers and enhancing AI assistants like Claude with advanced development capabilities.

基本信息

分类

开发工具

许可证

MIT license

运行时

python

传输方式

stdio

发布者

ReadyPlayerSix

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ai-dev-toolkit": {
      "command": "python",
      "args": [
        "install_unified.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is AI Dev Toolkit?

AI Dev Toolkit is an MCP server that enhances Claude Desktop with persistent code context, filesystem access, development tools, and AI-powered task management. It bridges projects and Claude, enabling codebase understanding, development assistance, and context retention across conversations.

How to use AI Dev Toolkit?

Clone the repository, install dependencies with pip install -r requirements.txt, then run python install_unified.py to register the server with Claude Desktop. Use commands like initialize_librarian, find_implementation, add_todo, and think to interact with its tools.

Key features of AI Dev Toolkit

  • AI Librarian for persistent code understanding and search
  • Unified MCP Server combining librarian and file system tools
  • Secure file access with directory management and operations
  • Enhanced code analysis for references, metrics, and related files
  • Task management with tracking, subtasks, and AI extraction
  • TaskBoard System and Think Tool (beta) for asynchronous processing

Use cases of AI Dev Toolkit

  • Help Claude understand a new codebase before starting development
  • Search for functions, classes, or references across a project
  • Manage and track development tasks directly from conversations
  • Automatically extract tasks from discussions with Claude
  • Analyse file structure and metrics for code reviews

FAQ from AI Dev Toolkit

What does the AI Librarian do?

It maintains a comprehensive index of your codebase, remembers code structure across conversations, tracks components like functions and classes, and provides smart search for implementations and references.

What are the prerequisites for installation?

Python 3.8 or higher and the latest version of Claude Desktop are required.

How do I configure the server?

The installation script automatically edits the Claude Desktop configuration file. Its location varies: %APPDATA%\Claude Desktop\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude Desktop/claude_desktop_config.json on macOS.

What should I do if the toolkit doesn't appear in Claude?

Ensure the configuration was saved correctly and restart Claude Desktop. For permission errors, check the allowed directories in the configuration. For connection issues, verify the configuration and restart the server.

What transports and authentication does the server use?

The README mentions "MCP Protocol support" and "Full compliance with Model Context Protocol standards", but does not specify transport details or authentication methods.

评论

开发工具 分类下的更多 MCP 服务器