mcp-llm-functions
v1.2.0
Published
Let LLM-functions tools/agents be used through the Model Context Protocol
Downloads
16
Readme
MCP-Server
Let LLM-functions tools/agents be used through the Model Context Protocol.
Serve tools
{
"mcpServers": {
"tools": {
"command": "npx",
"args": [
"mcp-llm-functions",
"<llm-functions-dir>"
]
}
}
}Serve the agent
{
"mcpServers": {
"<agent-name>": {
"command": "node",
"args": [
"mcp-llm-functions",
"<llm-functions-dir>"
"<agent-name>",
]
}
}
}Environment Variables
AGENT_TOOLS_ONLY: Set totrueor1to ignore shared tools and display only agent tools.
