Skip to main content
Glama
LeoLira1

camda-mcp

by LeoLira1

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

list_tables

Lista todas as tabelas e views

describe_table

Mostra colunas, tipos e índices de uma tabela

query

Executa SELECT (somente leitura)

execute

Executa INSERT / UPDATE / DELETE / DDL

batch

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

  1. No Railway, crie um novo projeto → Deploy from GitHub repo

  2. Selecione leolira1/camda-mcp

  3. O Railway detecta o Dockerfile e 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/sse

Configurar 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 dev

O servidor sobe em http://localhost:3000.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that provides Claude access to Turso-hosted LibSQL databases, enabling database table listing, schema retrieval, and SELECT query execution.
    4
    35
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    This 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
  • A
    license
    -
    quality
    D
    maintenance
    This server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.
    706
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    This server provides database access capabilities to Claude, supporting SQLite, SQL Server, PostgreSQL, and MySQL databases.
    706
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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