agent wiki for LangChain
com.getagentwiki/agent-wiki
Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.
client:LangChain
transport:streamable-http
Install agent wiki in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-wiki": {
"transport": "streamable_http",
"url": "https://getagentwiki.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs