Use with Cursor
Last updated
which prest-mcp{
"mcpServers": {
"prest": {
"command": "prest-mcp",
"env": {
"PREST_MCP_URL": "http://localhost:3000/_mcp"
}
}
}
}{
"mcpServers": {
"prest": {
"command": "prest-mcp",
"env": {
"PREST_MCP_URL": "https://api.example.com/_mcp",
"PREST_MCP_TOKEN": "your-jwt-here"
}
}
}
}{
"mcpServers": {
"prest": {
"command": "/opt/homebrew/bin/prest-mcp",
"env": {
"PREST_MCP_URL": "http://localhost:3000/_mcp"
}
}
}
}{
"mcpServers": {
"prest": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"PREST_MCP_URL=http://host.docker.internal:3000/_mcp",
"ghcr.io/prest/prest-mcp-adapter:0.1.3"
]
}
}
}