Notion template for MCP server onboarding, training, and tool management. Self-service documentation system that scales with your DevOps team.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"2486806e-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/2486806e-mcp-servers-tools-onboarding"
]
}
}
}
Run in terminal:
claude mcp add 2486806e-mcp-servers npx -y ncreighton/2486806e-mcp-servers-tools-onboarding
Add to .cursor/mcp.json:
{
"mcpServers": {
"2486806e-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/2486806e-mcp-servers-tools-onboarding"
]
}
}
}