Back to Home
inkeep icon

agents

by inkeep

Overview

This MCP (Model Context Protocol) Server acts as a proxy for the Inkeep Agent Framework's Management API. It exposes administrative functionalities (e.g., CRUD operations for agents, projects, tools, and credentials) via the MCP protocol, allowing other clients or agents to interact with the Inkeep Management API through a standardized interface.

Installation

Run Command
node packages/agents-manage-mcp/dist/mcp-server.js start --port=2718

Environment Variables

  • SDK_DEFAULT_BASE_URL
  • SDK_DEFAULT_TIMEOUT_MS
  • SDK_DEFAULT_HEADERS
  • LOG_LEVEL
  • NANGO_SECRET_KEY
  • NANGO_SERVER_URL
  • NANGO_AUTH_BASE_URL

Security Notes

This MCP server exposes highly privileged administrative functionalities (e.g., creating, updating, deleting projects, agents, credentials). When configured to run as an HTTP server (`--transport=http`), the source code does not implement built-in authentication or authorization for *incoming* requests. It relies entirely on external security measures (e.g., being deployed as a trusted internal service, or behind an API Gateway/Load Balancer that enforces authentication and authorization). If exposed directly to the internet without such external safeguards, it would grant any caller full administrative control over the Inkeep Agent Framework instance it connects to via its configured upstream API keys and URLs. This is a critical security risk if not deployed correctly within a secured ecosystem.

Similar Servers

Stats

Interest Score99
Security Score3
Cost ClassLow
Stars870
Forks85
Last Update2026-01-19

Tags

Management APIAgentsToolsProjectsCredentialsAPI GatewayMicroserviceMCP Server