MTS MCP Server
MTS MCP 和代理
一套全面的模型上下文协议 (MCP) 服务器和专门的 AI 代理,旨在通过各种集成和分析工具增强 Claude 的能力。
概述
该项目提供了一系列 MCP 服务器和专用代理,可将 Claude 的功能扩展到不同的领域:
MCP 功能
包管理器:使用以下工具管理项目依赖关系和应用程序设置:
多包管理器支持(npm、yarn、pnpm、bun)
使用交互式设置创建 Next.js 项目
安全目录管理
开发和生产依赖关系处理
软件包安装和删除
Nexus Knowledge Graph :以具有实体和关系的图形结构来管理和存储知识
推理引擎:提供结构化推理能力,包括:
复杂问题的分析与分解
假设生成与验证
分支顺序推理
多个推理步骤的综合
根据特定标准进行验证
Perplexity Integration :先进的人工智能搜索功能,具有以下特点:
特定焦点搜索(互联网、学术、写作、数学、编码)
引用跟踪和验证
域和最近过滤选项
新闻整合:实时新闻数据访问:
基于关键词的新闻搜索
类别过滤(商业、技术等)
标题和详细文章内容
Notion 集成:工作区集成功能:
在 Notion 工作区中搜索
数据库内容检索
页面内容管理
专业代理
编码代理:高级软件开发助手,具有:
Next.js 和 TypeScript 专业知识
访问多种 MCP 功能
最佳实践执行
自动化测试支持
研究代理:技术研究和分析助理,负责:
多方面的技术研究能力
趋势识别和分析
系统文献综述
基于证据的验证
综合研究综合
市场和技术评估
文档代理:技术文档专家,具备以下能力:
全面的文档管理
知识组织和结构
技术内容的创建和维护
文档标准执行
版本跟踪和更新
跨平台文档同步
Related MCP server: Claude TypeScript MCP Servers
先决条件
Node.js v18 或更高版本
Bun 包管理器
Claude桌面应用程序
不同集成的相关 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 Inspector:
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
- AlicenseNot gradedqualityDmaintenanceA 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.226MIT
- 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
- FlicenseNot gradedqualityDmaintenanceA 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