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.
Created 2/15/2026
Updated 10 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"ramandahiya-mcp": {
"command": "uvx",
"args": [
"mcp"
]
}
}
}