MTS MCP Server
MTS MCPとエージェント
さまざまな統合と分析ツールを使用して Claude の機能を強化するように設計された、モデル コンテキスト プロトコル (MCP) サーバーと特殊な AI エージェントの包括的なスイートです。
概要
このプロジェクトは、さまざまなドメインにわたって Claude の機能を拡張する MCP サーバーおよび専用エージェントのコレクションを提供します。
MCPの機能
パッケージ マネージャー: 次のものを使用してプロジェクトの依存関係とアプリケーションのセットアップを管理します。
複数のパッケージ マネージャーのサポート (npm、yarn、pnpm、bun)
対話型セットアップによる Next.js プロジェクトの作成
安全なディレクトリ管理
開発と本番環境の依存関係の処理
パッケージのインストールと削除
Nexus Knowledge Graph : エンティティと関係性を持つグラフ構造で知識を管理および保存します
推論エンジン: 次のような構造化推論機能を提供します:
複雑な問題の分析と分解
仮説の生成と検証
分岐を伴う順次推論
複数の推論ステップの統合
特定の基準に対する検証
Perplexity 統合: 高度な AI を活用した検索機能:
焦点を絞った検索(インターネット、学術、ライティング、数学、コーディング)
引用の追跡と検証
ドメインと最新性のフィルタリングオプション
ニュース統合: 次のものを使用してリアルタイムのニュースデータにアクセスできます:
キーワードベースのニュース検索
カテゴリフィルタリング(ビジネス、テクノロジーなど)
見出しと詳細な記事内容
Notion統合: ワークスペース統合機能:
Notionワークスペース全体を検索
データベースコンテンツの取得
ページコンテンツ管理
専門エージェント
コーディングエージェント: 高度なソフトウェア開発アシスタント:
Next.js と TypeScript の専門知識
複数のMCP機能へのアクセス
ベストプラクティスの実施
自動テストサポート
研究エージェント: 以下の技術研究および分析アシスタント:
多面的な技術研究能力
トレンドの特定と分析
体系的な文献レビュー
証拠に基づく検証
包括的な研究統合
市場と技術の評価
ドキュメンテーション エージェント: 以下のスキルを持つ技術ドキュメンテーション スペシャリスト:
包括的なドキュメント管理
知識の組織化と構造化
技術コンテンツの作成と保守
ドキュメント標準の施行
バージョン追跡と更新
クロスプラットフォームドキュメント同期
Related MCP server: Claude TypeScript MCP Servers
前提条件
Node.js v18以上
Bun パッケージマネージャー
クロードデスクトップアプリケーション
さまざまな統合に関連するAPIキー
インストール
リポジトリをクローンします。
git clone https://github.com/calvinmagezi/mts-mcp.git
cd mts-mcp依存関係をインストールします:
bun installサーバーを構築します。
bun run build発達
自動リビルドを使用した開発の場合:
bun run watchMCP サーバーの構成
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json Windows : %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"master-mcp": {
"command": "/path/to/master-mcp/build/index.js"
}
}
}デバッグ
MCPサーバーはstdio経由で通信します。デバッグにはMCPインスペクターを使用してください。
bun run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.166MIT
- AlicenseAqualityDmaintenanceA collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.219MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.410
- Flicense-qualityDmaintenanceA comprehensive Model Context Protocol server for Claude Code that provides programmatic management of Claude Code CLI operations through a multi-agent collaborative system.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CalvinMagezi/mts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server