2ly
Verified Safeby AlpinAI
Overview
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.
Installation
docker compose up -dEnvironment Variables
- NODE_ENV
- AUTOGEN_KEYS
- CORS_ORIGINS
- DGRAPH_URL
- NATS_SERVERS
- EXPOSED_NATS_SERVERS
- EXPOSED_REMOTE_MCP
- JWT_PRIVATE_KEY_PATH
- JWT_PUBLIC_KEY_PATH
- RUNTIME_NAME
- ROOTS
- SYSTEM_KEY
- WORKSPACE_KEY
- SKILL_KEY
- REMOTE_PORT
- ENCRYPTION_KEY
- NATS_OPERATOR_SEED
- FRONTEND_URL
- LOG_LEVEL
- VITE_GRAPHQL_HOST
- VITE_GRAPHQL_HOST_SSL
- OPENAI_API_KEY
- GITHUB_TOKEN
Security Notes
The project demonstrates robust security practices for a distributed system, including the use of generated cryptographic keys for JWTs and NATS, strong password hashing (scrypt with peppering), and database-backed access validation for tokens (mitigating stale token issues). It features distributed rate limiting for API keys and OAuth initiation. GraphQL subscriptions are periodically re-validated for workspace access, which is a commendable measure against permission revocation during active sessions. While development configurations expose certain services (e.g., Dgraph, NATS Dashboard) and use broad CORS settings (origin: '*'), these are explicitly for development and should be hardened for production deployment.
Similar Servers
trigger.dev
A platform for building and executing reliable, scalable background tasks and complex workflows, supporting various runtimes (Node.js, Python, Bun), including advanced AI agent orchestration, event-driven processing, and real-time data handling.
arcade-mcp
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.