Skip to main content
Glama
mcp_manifest.json749 B
{ "name": "langchain-agent-mcp-server", "version": "1.0.0", "description": "LangChain Agent MCP Server - Exposes advanced reasoning and tool-use capabilities of a LangChain agent via MCP protocol", "tools": [ { "name": "agent_executor", "description": "Execute a complex, multi-step reasoning task using a LangChain agent. The agent can use tools like web search and weather lookup to answer questions and perform tasks.", "inputSchema": { "type": "object", "properties": { "query": { "type": "string", "description": "The user's query or task to be executed by the agent" } }, "required": ["query"] } } ] }

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/mcpmessenger/LangchainMCP'

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