Skip to main content
Glama
LiteObject

LangChain Documentation MCP Server

by LiteObject

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host address where the server will run.0.0.0.0
PORTNoThe port number on which the server will listen.8000
DEBUGNoEnable or disable debug mode for more verbose output.False
LOG_LEVELNoThe logging level for the application (e.g., INFO, DEBUG, ERROR).INFO
PYTHONPATHNoThe path to the langchain-mcp-server directory, ensuring that the source modules can be correctly imported by Python.
GITHUB_TOKENNoAn optional GitHub API token to allow for higher rate limits when fetching code examples.
REQUEST_TIMEOUTNoThe timeout in seconds for external API calls.30

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/LiteObject/langchain-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server