Коннекторы Databases
5 готовых коннекторов Databases — всего 25 MCP-инструментов: MongoDB, Microsoft SQL Server, MySQL / MariaDB. Вставьте учётные данные, и агент сможет их вызывать. Писать MCP-сервер не нужно.
Query a Microsoft SQL Server database directly: list tables, describe columns and run read-only T-SQL. Supports SQL Server and Windows (NTLM) authentication. Installs read-only.
Query a MongoDB database directly: introspect collections and their field shapes, and run read-only find queries with filter, projection, sort and limit. Installs read-only; credentials are held encrypted rather than in the connection string.
Query a MySQL or MariaDB database directly: list tables, describe columns and run read-only SQL. Installs read-only; credentials are held encrypted rather than in the connection string.
Query an Oracle database directly: list tables, describe columns and run read-only SQL. Installs read-only; credentials are held encrypted rather than in the connection string.
Query a PostgreSQL database directly: list tables, describe columns and run read-only SQL. Installs read-only; credentials are held encrypted rather than in the connection string.
По категориям
- CRM25
- Accounting22
- ERP16
- Project Management16
- E-commerce13
- Customer Support12
- Payments11
- HR9
- Messaging8
- Email7
- Finance7
- Monitoring7
- Time Tracking7
- Analytics6
- Public Data6
- Government6
- Social Media6
- Databases5
- Forms & Surveys5
- Logistics5
- Publishing5
- Document Management4
- Data Enrichment4
- Marketing Automation4
- Scheduling4
- Sports4
- File Storage4
- E-Signature3
- IT Service Management3
- Mapping3
- Transport3
- Banking2
- Knowledge Base2
- Productivity2
- Real Estate2
- CMS1
- Construction1
- Developer Tools1
- Field Service1
- Food & Drink1
- Gaming1
- Healthcare1
- Infrastructure1
- Remote Access1
- Travel1
- Wholesale1
Нет нужного коннектора? Добавь его одним JSON.
Каждый адаптер — это один JSON-файл в packages/backend/src/adapters/. Скопируй существующий, поменяйте endpoint и auth, открой PR — параметризованный тест проверит его при сборке.
// adapters/de/my-adapter.json
{
"slug": "my-erp",
"name": "My ERP",
"category": "erp",
"authType": "BEARER_TOKEN",
"tools": [/* ... */]
}