Lynkr
Verified Safeby vishalveerareddy123
Overview
An AI-powered orchestration platform enabling autonomous agents to interact with a development workspace, execute code, manage git, perform web searches, and communicate with various Large Language Models (LLMs) via a unified API.
Installation
node index.jsEnvironment Variables
- DATABRICKS_API_BASE
- DATABRICKS_API_KEY
- MCP_SANDBOX_IMAGE
- OLLAMA_ENDPOINT
- OLLAMA_MODEL
- AZURE_ANTHROPIC_ENDPOINT
- AZURE_ANTHROPIC_API_KEY
- OPENROUTER_API_KEY
- AZURE_OPENAI_ENDPOINT
- AZURE_OPENAI_API_KEY
- WORKSPACE_ROOT
- NODE_ENV
Security Notes
The server implements robust security measures, including: 1. Explicit blocklists for dangerous shell commands and Python code patterns (e.g., `rm -rf /`, fork bombs). 2. Redaction of sensitive content (private keys, potential secrets) from LLM outputs. 3. Granular policy controls for file access (`allowedPaths`, `blockedPaths`) and Git operations (`allowPush`, `allowCommit`). 4. Mandatory use of environment variables for API keys and sensitive configurations, preventing hardcoding. 5. Advanced sandboxing for `shell` and `python_exec` tools, leveraging Docker/container runtimes with configurable resource limits, network isolation, user/entrypoint control, and capability drops. This significantly mitigates risks associated with arbitrary code execution. The primary risk lies in misconfiguring the Docker sandbox image or disabling sandboxing, which would expose the host system.
Similar Servers
inspector
A web-based UI for inspecting and interacting with an MCP (Model Context Protocol) server, including listing resources, prompts, and tools, calling tools, handling elicitation and sampling requests, and managing OAuth 2.0 authentication flows.
bifrost
A high-performance AI gateway designed to unify access, manage, route, cache, and observe interactions with multiple Large Language Model (LLM) providers.
mcp-language-server
Proxies a Language Server Protocol (LSP) server to provide semantic code intelligence tools to Model Context Protocol (MCP) clients, enabling LLMs to interact with codebases.
AgentUp
AgentUp is an enterprise-grade framework for building, deploying, and managing secure and reproducible AI agents using configuration-driven principles, integrating with the A2A and MCP protocols.