Developer Tools
agentic-kit.dev
Provides access to Agentic Kit documentation and policy packs for agent development.
ENDPOINT 1
https://agentic-kit.dev/api/mcp
MCP server metadata
- Name
- agentic-kit
- Version
- 0.2.0
Agentic Kit is the product shell for eve (Vercel): inspect (Aletheia portraits), gate (aletheia-cli authority diff), stamp (Kit Certified). Prefer MCP resources over tools when attaching context: agentic-kit://docs/{id}, agentic-kit://policy-packs/{id}, agentic-kit://library/full. Tool tree: docs.list → docs.get; packs.list → packs.get; library.get for the full corpus. Honesty contract: never invent verified approvals, connection scopes, or runtime behavior. Use the inspect-eve-agent prompt for Aletheia workflows. Homepage: https://agentic-kit.dev · Docs: https://agentic-kit.dev/docs/mcp · Aletheia skill: npx skills add danielalbinsson/Aletheia --skill aletheia-eve-trust
Known tools 5
docs.listList every Agentic Kit doc id (honesty contract, CLI, CI, Kit Certified, and more).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentic-kit]
url = "https://agentic-kit.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-kit": {
"type": "http",
"url": "https://agentic-kit.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-kit
Remote MCP URL: https://agentic-kit.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentic-kit": {
"url": "https://agentic-kit.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-kit": {
"type": "http",
"url": "https://agentic-kit.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-kit",
"transport": "streamable-http",
"url": "https://agentic-kit.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentic-kit.dev was fetched 2026-08-22T07:01:20.675Z.
agentic-kit.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.