MCP Server
Milkey’s hosted MCP path for coding agents, IDEs, and agentic developer workflows.
Milkey’s hosted MCP server gives coding agents a stable way to discover the right skill, fetch the skill body, and use that guidance at runtime without copying large prompt systems into every workspace.
Hosted endpoint
One remote MCP server URL for every supported client and IDE.
Bearer auth
One API key-based auth contract shared across every MCP client.
Core tools
Use `resolve_skill` to choose a skill and `get_skill` to fetch it.
Usage visibility
Track plan consumption and request behavior from the dashboard.
What Milkey exposes
For MCP clients, the Milkey contract is intentionally small and stable:
- One hosted MCP endpoint at https://mcp.vexelityai.com/mcp.
- One Bearer token authentication model backed by Milkey API keys.
- Two core workflow tools for most agent runs: resolve_skill and get_skill.
https://mcp.vexelityai.com/mcpWhen to use MCP
Request flow
A typical Milkey MCP request cycle looks like this:
- The client connects to Milkey using your API key in the Authorization header.
- The agent calls resolve_skill when it needs to choose the best skill for the task.
- The agent calls get_skill to fetch the skill body before implementation or review work begins.
- Milkey records usage against your account so the dashboard can show request volume, limits, and reset timing.
Choose a client
The setup differences between clients are mostly about config shape and file location. The Milkey endpoint and auth model stay the same.
Setup guide
Cursor
Connect Milkey to Cursor with a user-wide or project-local MCP configuration.
Setup guide
Codex
Configure Milkey in Codex using the native MCP server block in your Codex config.
Setup guide
Claude Code
Add Milkey to Claude Code through the built-in `claude mcp add` workflow.
Setup guide
Windsurf
Connect Milkey to Windsurf through the MCP UI or the raw `mcp_config.json` file.
Setup guide
GitHub Copilot
Configure Milkey for GitHub Copilot in IDE-based Agent mode or Copilot CLI.
Fallback guide
All Other MCP Clients
Use the generic remote HTTP server shape when your client is not documented individually.