Skip to content

Need support to get it running #1

@lein1013

Description

@lein1013

Hi,
I like the approach that the mcp should be able to grab the bookmarks

Some notes:

  • why is mcp = FastMCP("Reddit-MCP-Server") 2 times in the code?
  • use uv add redditwarp to add the missing package
  • since I don't use the mcp out of the cloned repo the config in mcp.json for vscode looks like
{
"servers":{
 "reddit-mcp-server": {
     "command": "uv",
     "args": [
       "run",
   	"--directory",
   	"C:\\Users\\myuser\\Documents\\GitHub\\netixc\\reddit-mcp-server",
       "server.py"
     ],
     "env": {
       "REDDIT_CLIENT_ID": "myid",
       "REDDIT_CLIENT_SECRET": "mysec",
       "REDDIT_USERNAME": "myuser",
       "REDDIT_PASSWORD": "mypw",
       "REDDIT_USER_AGENT": "my agent"
     }
   }
}
}

But I can't bring the mcp server up:

2025-08-19 15:20:08.013 [warning] Failed to parse message: "User Agent: my agent\r\n"
2025-08-19 15:20:08.013 [warning] Failed to parse message: "Redditwarp Client Initialized. Log Level: WARNING\r\n"
2025-08-19 15:20:08.134 [info] Connection state: Stopped
2025-08-19 15:20:08.134 [error] Server exited before responding to `initialize` request.

any idea why the connection stopped?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions