MCP Chat Analysis Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NEO4J_URL | No | The bolt protocol URL for Neo4j database connection for knowledge graph storage | bolt://localhost:7687 |
NEO4J_USER | No | The username for authenticating with the Neo4j database | neo4j |
QDRANT_URL | No | The URL of the Qdrant vector database for semantic search | http://localhost:6333 |
NEO4J_PASSWORD | Yes | The password for authenticating with the Neo4j database |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |