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?
Hi,
I like the approach that the mcp should be able to grab the bookmarks
Some notes:
mcp = FastMCP("Reddit-MCP-Server")2 times in the code?uv add redditwarpto add the missing packagemcp.jsonfor vscode looks likeBut I can't bring the mcp server up:
any idea why the connection stopped?