k-l-lambda/other-agent-mcp
An MCP (Model Context Protocol) server that provides a LangChain.js-powered subagent tool. It allows Claude Code (or any MCP client) to delegate tasks to another LLM.
Platform-specific configuration:
{
"mcpServers": {
"other-agent-mcp": {
"command": "npx",
"args": [
"-y",
"other-agent-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...