Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jeb": {
"command": "uv",
"args": [
"--directory",
"jeb-mcp/src/jeb_mcp",
"run",
"server.py"
]
}
}
}