loading…
Search for a command to run...
loading…
A Model Context Protocol server template designed for building custom servers using the @intelagent/mcp-shared library. It provides boilerplate code and example
A Model Context Protocol server template designed for building custom servers using the @intelagent/mcp-shared library. It provides boilerplate code and example tools to streamline the development, testing, and deployment of new MCP servers.
A Model Context Protocol server built with @intelagent/mcp-shared.
npm install
npm run build
npm start
Create .mcp.json in your project root:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["path/to/dist/index.js"]
}
}
}
| Tool | Description |
|---|---|
reverse_string |
Reverse a string |
word_count |
Count words and characters |
server_info |
Server metadata and health check |
npm run dev # Run with tsx (no build needed)
npm run build # Compile TypeScript
npm test # Run tests
npm run test:watch # Watch mode
src/types.tssrc/services/src/tools/ using the ToolDefinition interfacesrc/index.tstests/See the enrichment MCP for a full production example.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"intelagent-mcp-template": {
"command": "npx",
"args": []
}
}
}