agenticworkspace for LangChain
io.github.rudrendupaul/agenticworkspace
Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans.
client:LangChain
transport:stdio
runtime:pypi
Install agenticworkspace in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agenticworkspace": {
"transport": "stdio",
"command": "uvx",
"args": ["agenticworkspace-cli"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs