mcp-server-node
25
The project showcases an MCP server implemented in Node.js to expose tools like addition and environment variable retrieval within AI-assisted development environments. It focuses on enhancing developer productivity by enabling easy tool integration.
What is MCP?
Model Context Protocol (MCP) provides a standardized approach to integrate custom tools into AI-assisted development environments.
What Node.js version is required?
Node.js version 20 or higher is required.
How do I install dependencies?
Run npm install
in the project directory to install dependencies.
How can I configure the MCP server for Cursor AI?
Update the mcp.json
file in the ./cursor
directory with the correct paths and environment variables.
What tools does the MCP server provide?
The server provides an addition tool and an API key retrieval tool.