camda-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@camda-mcpshow me the tables in the database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
camda-mcp
Servidor MCP (Model Context Protocol) que expõe seu banco Turso (libSQL) para o Claude via HTTP/SSE. Deploy no Railway.
Ferramentas disponíveis
Ferramenta | Descrição |
| Lista todas as tabelas e views |
| Mostra colunas, tipos e índices de uma tabela |
| Executa SELECT (somente leitura) |
| Executa INSERT / UPDATE / DELETE / DDL |
| Executa múltiplas instruções em transação |
Related MCP server: MCP Database Server
Deploy no Railway
1. Variáveis de ambiente no Railway
No painel do Railway, adicione as seguintes variáveis:
TURSO_DATABASE_URL = libsql://seu-banco.turso.io
TURSO_AUTH_TOKEN = seu-token-turso
MCP_AUTH_TOKEN = token-secreto-para-o-mcp (opcional, mas recomendado)
PORTé injetada automaticamente pelo Railway.
2. Conectar o repositório
No Railway, crie um novo projeto → Deploy from GitHub repo
Selecione
leolira1/camda-mcpO Railway detecta o
Dockerfilee faz o build automaticamente
3. Obter a URL pública
Após o deploy, vá em Settings → Networking → Generate Domain. A URL do endpoint SSE será:
https://seu-projeto.up.railway.app/sseConfigurar no Claude
Adicione ao claude_desktop_config.json (ou pelo painel claude.ai):
{
"mcpServers": {
"camda-turso": {
"url": "https://seu-projeto.up.railway.app/sse",
"headers": {
"Authorization": "Bearer seu-mcp-auth-token"
}
}
}
}Desenvolvimento local
cp .env.example .env
# preencha o .env com suas credenciais Turso
npm install
npm run devO servidor sobe em http://localhost:3000.
This server cannot be deployed
Maintenance
Related MCP Connectors
Query 40 databases from Claude, ChatGPT, or Cursor — on any device. Read-only, encrypted, audited.
Query your Postgres from ChatGPT or Claude without exposing the database or handing over credentials. Run npx boltschema connect next to your database and it dials out over HTTPS — no inbound firewall rule, no open port, works with localhost and VPC-private databases. Read-only is enforced by a SQL guard, a Postgres READ ONLY transaction, and a scoped role generated for you.
Your Supabase account in natural language: run SQL, apply migrations, manage tables, storage, edge f
- onvibeOAuthrun.onvibe
Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides Claude access to Turso-hosted LibSQL databases, enabling database table listing, schema retrieval, and SELECT query execution.446 npm6MIT
- AlicenseNot gradedqualityDmaintenanceThis server enables Claude to directly interact with SQLite, SQL Server, PostgreSQL, and MySQL databases through the Model Context Protocol, allowing for query execution, table management, and data export capabilities.MIT
- AlicenseNot gradedqualityDmaintenanceThis server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.676 npmMIT
- AlicenseNot gradedqualityDmaintenanceThis server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.676 npmMIT