camda-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.4356MIT
- Alicense-qualityDmaintenanceThis 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
- Alicense-qualityDmaintenanceThis server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.706MIT
- Alicense-qualityDmaintenanceThis server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.706MIT
Related MCP Connectors
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeoLira1/camda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server