codeweb for LangChain
io.github.ghostlygawd/codeweb
See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.
client:LangChain
transport:stdio
runtime:npm
Install codeweb in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"codeweb": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@ghostlygawd/codeweb"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs