Skip to content

juananpe/research-server

Repository files navigation

uv venv
.venv\Scripts\activate
uv pip install -r pyproject.toml

Local MCP Server (stdio)

 "research-server": {
        "command": "uv",
        "args": [
            "--directory", 
            "C:\\Users\\Usuario\\research-server", 
            "run", 
            "research_server.py"]
      }

Run the SSE server

uv run remote_research_server.py

Test it

npx @modelcontextprotocol/inspector

Add this to your claude_desktop_config.json(or Cursor)

"remote-research-server": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:8001/sse", "--allow-http"]
    },

In Windsurf, it's easier. Just add this:

"remote-research-server-8001": {
      "serverUrl": "http://0.0.0.0:8001/sse"
    },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages