Skip to content
LangChain

ai objective index for LangChain

io.github.isometric-architect/ai-objective-index

Read-only Objective-to-Capability Trust Router for source-traced MCP/API candidates.

client:LangChain transport:stdio runtime:pypi

Install ai objective index in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ai-objective-index": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["ai-objective-index"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

ai objective index in other clients