A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.
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-nest": {
"command": "npx",
"args": [
"-y",
"rekog-labs/MCP-Nest"
]
}
}
}
Run in terminal:
claude mcp add mcp-nest npx -y rekog-labs/MCP-Nest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-nest": {
"command": "npx",
"args": [
"-y",
"rekog-labs/MCP-Nest"
]
}
}
}