sandy-mount/mcp-server
mcp server
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/mcp-server) [](https://opensource.org/licenses/MIT)
A simple JSON-RPC 2.0 server implementing the Model-Client-Protocol (MCP). This server provides basic echo functionality and follows the JSON-RPC 2.0 specification.
npx mcp-serverWill run the server on port 4333
npm install mcp-serverLoading reviews...