Self-Hosted MCP Server for Claude & AI Assistants
Your server is running with Server-Sent Events (SSE) enabled on port 8000. Add the snippet below to your claude_desktop_config.json file or connect directly via remote SSE.
{
"mcpServers": {
"personal-hub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-remote",
"http://YOUR-SERVER-IP:8000/mcp/sse",
"--header",
"X-API-Key: YOUR-API-KEY"
]
}
}
}