-
securityF
license-
qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.
Last updated -
1
Python
Provides file system access and management capabilities, enabling operations like reading, writing, and manipulating files
mcp-framework を使用して構築されたモデル コンテキスト プロトコル (MCP) サーバー。
このプロジェクトにはsrc/tools/ExampleTool.ts
にサンプルツールが付属しています。CLIを使用してツールを追加することもできます。
ツール構造の例:
name
が一意であり、npm の命名規則に従っていることを確認してください。version
を設定するdescription
、 author
、 license
などを追加します。bin
が正しいエントリファイルを指しているか確認する公開後、ユーザーはそれをクロードデスクトップクライアント(下記参照)に追加したり、npxで実行したりすることができます。
この構成を Claude Desktop 構成ファイルに追加します。
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json
Windows : %APPDATA%/Claude/claude_desktop_config.json
npm run build
を実行してコンパイルするThis server cannot be installed
Claude やその他の AI アシスタントにファイル システム アクセスと管理機能を提供することで AI 機能を拡張するモデル コンテキスト プロトコル サーバー。