GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more
MCP server for filesystem access
Skilder Runtime - NodeJS processes for edge execution connected to backend orchestrator via NATS
Multi-agent orchestration MCP server. Claude orchestrates; GLM, Codex, and agy do the work.
Three-tier AI agent MCP orchestration system: Chancellor (Opus), Executor (Sonnet), Aide (Haiku)
Initialize Neon projects
Runtime Actions executor for MemberJunction — runs Action.Type='Runtime' JavaScript payloads inside the existing isolated-vm sandbox and (in a later phase) exposes the MJ bridge utilities to sandbox code.
NestJS module for creating Model Context Protocol (MCP) servers
Storage adapter interface for the executor. Defines the shared `DBAdapter`, `DBSchema`, and query-operator types every persistence backend implements, plus helpers for typed queries and an in-memory conformance test suite.
Add MCP servers to your favorite coding agents with a single command.
NX plugin for integrating Stryker mutation testing into your NX workspace
Base class defining the interface for executor implementations
Load [OpenAPI](https://www.openapis.org/) specifications into an executor. Every operation in the spec becomes an invokable tool with a JSON-Schema input, automatic request building, and optional secret-backed auth.
Sandboxed JavaScript execution for an executor. Hands a `tools.<namespace>.<name>(...)` proxy into a code sandbox so an agent (or any caller) can run generated TypeScript/JavaScript that invokes the executor's registered tools.
MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.
Next.js development tools MCP server with stdio transport
The **Model Context Protocol (MCP) client** for the [AI SDK](https://ai-sdk.dev/docs) lets you connect to MCP servers and use their tools with AI SDK functions like `generateText` and `streamText`.
Official MCP server for Notion API
MCP REPL with code execution, semantic code search, and comprehensive ast-grep integration
Target-agnostic execution engine for Prisma Next
Experimental sandboxed JS execution and filesystem runtime for Cloudflare Workers agents
TON transaction emulator
`@pingagent/skill` is the local sidecar and state layer that lets PingAgent attach to a host runtime without trying to replace it. It now supports **two explicit modes**:
A Model Context Protocol server implementation for Nx