intellasure-mcp-http-client
v1.0.2
Published
HTTP to STDIO bridge for IntellasureDB MCP Server
Maintainers
Readme
IntellasureDB MCP HTTP Client
HTTP to STDIO bridge for connecting MCP clients (like Claude Desktop) to HTTP-based MCP servers.
Installation
npx intellasure-mcp-http-client@latest <server-url>Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"intellasure-database": {
"command": "npx",
"args": [
"-y",
"intellasure-mcp-http-client@latest",
"https://your-mcp-server.com/mcp/"
]
}
}
}Features
- ✅ Proper MCP protocol handling
- ✅ Session management
- ✅ Error handling
- ✅ HTTP/HTTPS support
License
MIT
