docs2db-mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS2DB_MCP_HOST | No | Bind address | 0.0.0.0 |
| DOCS2DB_MCP_PORT | No | Port number | 8002 |
| DOCS2DB_MCP_DB_HOST | No | PostgreSQL host | localhost |
| DOCS2DB_MCP_DB_PORT | No | PostgreSQL port | 5432 |
| DOCS2DB_MCP_DB_USER | No | Database user | postgres |
| DOCS2DB_MCP_LOG_LEVEL | No | Logging level | INFO |
| DOCS2DB_MCP_TRANSPORT | No | Transport type (sse/stdio) | sse |
| DOCS2DB_MCP_DB_DATABASE | No | Database name | ragdb |
| DOCS2DB_MCP_DB_PASSWORD | No | Database password | postgres |
| DOCS2DB_MCP_SHOW_BANNER | No | Show FastMCP banner (auto-suppressed for stdio) | true |
| DOCS2DB_MCP_RAG_MAX_CHUNKS | No | Maximum chunks to return | 5 |
| DOCS2DB_MCP_RAG_ENABLE_RERANKING | No | Enable cross-encoder reranking | true |
| DOCS2DB_MCP_RAG_SIMILARITY_THRESHOLD | No | Minimum similarity score | 0.7 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/rhel-lightspeed/docs2db-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server