datamcp

datamcp is a hosted Model Context Protocol gateway for PostgreSQL 12+, MySQL, OpenAPI 3.x/Swagger, and Agent Memory.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Query: Execute a SQL query against this database. Supports SELECT, INSERT, UPDATE, DELETE depending on your permissions. Use get_permissions first to check your access scope.
  • Get Permissions: Get your current permission scope. Shows which tables you can access and what operations are allowed (SELECT, INSERT, UPDATE, DELETE).
  • Get Schema: Get the database schema - tables, columns, types, foreign keys, and indexes.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

datamcp is a hosted Model Context Protocol gateway for PostgreSQL 12+, MySQL, OpenAPI 3.x/Swagger, and Agent Memory. Create scoped remote MCP links for Claude, Cursor, ChatGPT, Codex, VS Code, and other compatible clients. Keep source credentials server-side, restrict database operations or API methods per link, and use structured shared project memory with full-text search, compact handoffs, scoped writes, and reviewed canonical Rules and Project Summary updates. MCP clients authenticate with an API key or OAuth 2.0 with PKCE. Free tier available; no self-hosting.

Список инструментов сервера (8)

Технические названия из tools/list. Нужны только разработчикам.

queryExecute a SQL query against this database. Supports SELECT, INSERT, UPDATE, DELETE depending on your permissions. Use get_permissions first to check your access scope.
get_permissionsGet your current permission scope. Shows which tables you can access and what operations are allowed (SELECT, INSERT, UPDATE, DELETE).
get_schemaGet the database schema - tables, columns, types, foreign keys, and indexes.
get_table_detailsGet detailed information about a specific table including columns, types, constraints, and relationships.
get_schema_changesGet the history of schema changes - what changed, when, and diffs.
resync_schemaRe-extract the database schema from the live database. Use this when the schema has changed (new tables, columns, etc.) and the cached version is outdated.
list_pending_descriptionsList tables and columns whose descriptions were auto-generated during the last resync and still need human review. Useful for AI tools to proactively offer improvements based on codebase context (models, migrations, etc.).
update_schema_descriptionUpdate the DataMCP description for a table or a column. The description is stored in DataMCP metadata (not written to the database) and is served to AI clients via get_schema. Use this to improve AI understanding of your schema based on code context like models or migrations.