Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | Cyberdyne Systems neural network URI | bolt://localhost:7687 |
| NEO4J_URL | No | The Neo4j database URL (e.g., neo4j+s://your-database.databases.neo4j.io) | |
| NEO4J_DATABASE | No | Neo4j database name | neo4j |
| NEO4J_PASSWORD | No | Neo4j password for database authentication | |
| NEO4J_USERNAME | No | Neo4j username for database authentication | neo4j |
| NEO4J_NAMESPACE | No | Mission designation prefix (e.g., t800-read_graph) | |
| NEO4J_TRANSPORT | No | Communication protocol (stdio, http, or sse) | stdio |
| NEO4J_MCP_SERVER_HOST | No | Terminator unit network coordinates | 127.0.0.1 |
| NEO4J_MCP_SERVER_PATH | No | Neural network routing path | /skynet/ |
| NEO4J_MCP_SERVER_PORT | No | Cyberdyne communication port for HTTP/SSE | 8000 |
| NEO4J_MCP_SERVER_ALLOWED_HOSTS | No | Authorized Terminator units (Anti-resistance protection) | localhost,127.0.0.1 |
| NEO4J_MCP_SERVER_ALLOW_ORIGINS | No | Authorized Cyberdyne origin points (CORS) |
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 | |