Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
MCP_SERVER_HOST | No | Server host | localhost |
MCP_SERVER_PORT | No | Server port | 3000 |
CONCEPTNET_RATE_LIMIT | No | Rate limiting - requests per period | 100 |
CONCEPTNET_API_VERSION | No | ConceptNet API version | 5.7 |
CONCEPTNET_RATE_PERIOD | No | Rate limiting - time period in seconds | 60 |
CONCEPTNET_API_BASE_URL | No | ConceptNet API base URL | https://api.conceptnet.io |
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 |
---|---|
concept_lookup | |
concept_query | |
related_concepts | |
concept_relatedness |