M
MCP
作者 @ramandahiya
This project connect MCP server using http (ip or port) for local mcp server connection using langchain. After connection fetching all tools from server and passed it to agent creation along with llm.
创建于 2/15/2026
更新于 10 days ago
README
Repository documentation and setup instructions
README not found
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"ramandahiya-mcp": {
"command": "uvx",
"args": [
"mcp"
]
}
}
}