binelek-mcp-server
Verified Safeby k5tuck
Overview
Provides a Model Context Protocol (MCP) interface to the Binelek Platform's knowledge graph, search, AI, and data pipeline services.
Installation
npm startEnvironment Variables
- BINELEK_GATEWAY_URL
- BINELEK_TENANT_ID
- BINELEK_JWT_TOKEN
- LOG_LEVEL
Security Notes
The server acts as a proxy, forwarding requests to a configurable API Gateway. It does not contain hardcoded secrets or use dangerous functions like `eval`. All external calls go to `BINELEK_GATEWAY_URL`. Direct arguments from the MCP client are passed to gateway functions (e.g., Cypher queries, YAML content), which could pose a risk if the backend services (reachable via the gateway) are not robustly validating or sanitizing these inputs. However, this is inherent to powerful tool-calling agents and implies the backend services are responsible for deep input validation.
Similar Servers
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
ares
A production-grade agentic chatbot server with multi-provider LLM support, tool calling, Retrieval Augmented Generation (RAG), and advanced research capabilities.
fastmcp
Build fast, declarative, and type-safe servers implementing the Model Context Protocol (MCP) in Dart.