Provides MCP servers and specialized agents to enhance Claude with integration capabilities, knowledge graphs, and research tooling.
Configuration
View docs{
"mcpServers": {
"calvinmagezi-mts-mcp": {
"command": "/path/to/master-mcp/build/index.js",
"args": []
}
}
}You get a complete MCP server that couples a suite of specialized agents and modular MCP capabilities to extend Claude’s reach. It provides scalable tools for project management, knowledge graphs, reasoning, advanced searches, real-time data access, and workspace integrations, all orchestrated as MCP endpoints your client can connect to and use in workflows.
To leverage this MCP server, connect your client to the available MCP endpoints and use the included capabilities as modular building blocks. You can combine the reasoning engine with knowledge-graph storage, perform focused searches with Perplexity Integration, pull in fresh news data, and access Notion content all within your Claude-assisted workflows. Specialized agents such as Coding Agent, Research Agent, and Documentation Agent help you implement, analyze, and document work across software projects, research tasks, and technical writing.
Prerequisites you need before installation: Node.js v18 or higher and Bun as the package manager.
Next, prepare your environment by installing Bun if you have not already:
# Install Bun if needed (macOS/Linux)
curl https://bun.sh/install | bashClone the MCP project repository and navigate into it:
git clone https://github.com/calvinmagezi/mts-mcp.git
cd mts-mcpInstall dependencies using Bun and build the server:
bun install
bun run buildOptionally, start a development watcher for auto-rebuilds during development:
bun run watchMCP Server Configuration for Claude Desktop use is provided to connect to the local server. You may place the configuration in your desktop config file at the appropriate platform path.
{
"mcpServers": {
"master_mcp": {
"command": "/path/to/master-mcp/build/index.js"
}
}
}Debugging MCP servers happens over stdio. To inspect runtime behavior and debugging tools, start the Inspector which exposes a URL for browser access.
bun run inspectorManages project dependencies and setup with multiple package managers (npm, yarn, pnpm, bun), creates Next.js projects with interactive setup, handles secure directory management, and manages dev and production dependencies.
Stores and queries knowledge as entities and relationships within a graph structure for structured information retrieval.
Provides structured reasoning capabilities including problem decomposition, hypothesis generation and validation, sequential and branching reasoning, synthesis of steps, and criteria-based validation.
Advanced focused search across internet, academia, writing, math, and coding with citation tracking and recency filtering.
Real-time news access with keyword search and category filtering to retrieve headlines and full articles.
Workspace integration features for searching, retrieving database content, and managing page content within Notion.
Software development assistant with Next.js and TypeScript expertise, best-practices enforcement, and automated testing support.
Technical research and analysis with trend identification, literature review, evidence-based validation, and synthesis for market and technology evaluation.
Technical documentation management, content creation, and standards enforcement with version tracking and cross-platform sync.