Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address where the server will run. | 0.0.0.0 |
| PORT | No | The port number on which the server will listen. | 8000 |
| DEBUG | No | Enable or disable debug mode for more verbose output. | False |
| LOG_LEVEL | No | The logging level for the application (e.g., INFO, DEBUG, ERROR). | INFO |
| PYTHONPATH | No | The path to the langchain-mcp-server directory, ensuring that the source modules can be correctly imported by Python. | |
| GITHUB_TOKEN | No | An optional GitHub API token to allow for higher rate limits when fetching code examples. | |
| REQUEST_TIMEOUT | No | The timeout in seconds for external API calls. | 30 |
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 | |