MCP Server
MCP
datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory
PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.datamcp.app/api/mcp",
"headers": [
{
"description": "Bearer token for a datamcp MCP link. Enter the full value as Bearer <API key>.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment