simple mcp http for Cursor
io.github.oleksii-donets/simple_mcp_http
A Test MCP server that provides tools, promts and resources
client:Cursor
transport:stdio
runtime:oci
Install simple mcp http in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"simple_mcp_http": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "<APP_HOST>",
"APP_PORT": "<APP_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs