Platform
MCP Server
CoreLink exposes an MCP (Model Context Protocol) server that AI coding assistants and agents can use to read secret metadata, list workspaces, and retrieve non-sensitive configuration without embedding credentials in prompts. Tools include: get_secret_metadata (name, type, last-rotated, workspace), list_secrets (filterable by workspace/environment), list_workspaces, and get_rotation_status.
Secret values are never returned through MCP tools; the assistant receives only metadata sufficient to construct correct application configuration.
Key Configuration
- MCP server enable / disable
- Allowed tool set per workspace
- Token scopes for MCP-issued JWTs
- Rate limit per tool per minute