Berlin Group MCP Server
by Borelli-7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Neo4j URI (default: bolt://localhost:7687) | bolt://localhost:7687 |
| CHROMA_HOST | No | ChromaDB host (default: localhost) | localhost |
| CHROMA_PORT | No | ChromaDB port (default: 8000) | 8000 |
| NEO4J_DATABASE | No | Neo4j database name (default: neo4j) | neo4j |
| NEO4J_PASSWORD | No | Neo4j password (default: password) | password |
| NEO4J_USERNAME | No | Neo4j username (default: neo4j) | neo4j |
| OPENAI_API_KEY | No | OpenAI API key for embeddings | |
| CHROMA_COLLECTION | No | ChromaDB collection name (default: berlin_group_pdfs) | berlin_group_pdfs |
| NEO4J_MAX_POOL_SIZE | No | Neo4j max connection pool size (default: 50) | 50 |
| OPENAI_EMBEDDING_MODEL | No | OpenAI embedding model (default: text-embedding-3-small) | text-embedding-3-small |
| NEO4J_CONNECTION_TIMEOUT | No | Neo4j connection timeout in ms (default: 60000) | 60000 |
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/Borelli-7/bg-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server