Production-ready Model Context Protocol (MCP) server template: typed tools, in-memory test harness, multi-stage Docker, and CI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"EricAgyemang478/mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-template npx -y EricAgyemang478/mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"EricAgyemang478/mcp-server-template"
]
}
}
}