omnistream mcp for Cursor
io.github.soccervortex/omnistream-mcp
MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.
client:Cursor
transport:stdio
runtime:npm
Install omnistream mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"omnistream-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"omnistream-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs