Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
ai.verlon/mcp · v0.3.0
Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.
mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@verlon-ai/mcp"
],
"env": {
"VERLON_API_KEY": "<VERLON_API_KEY>"
}
}
}
}VERLON_API_KEY必填secretVerlon API key (sk-vrln-...). Generate at https://verlon.ai/dashboard/settings/keys.
VERLON_BASE_URL可选Override the Verlon API base URL. Defaults to https://api.verlon.ai.
{
"id": "ai.verlon/mcp",
"type": "mcp-server",
"version": "0.3.0",
"displayName": "mcp",
"description": "Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.",
"repository": {
"url": "https://github.com/micah-nettey/verlon-ai-internal",
"source": "github"
},
"homepage": "https://docs.verlon.ai/integrations/mcp",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@verlon-ai/mcp",
"version": "0.3.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "VERLON_API_KEY",
"description": "Verlon API key (sk-vrln-...). Generate at https://verlon.ai/dashboard/settings/keys.",
"isRequired": true,
"isSecret": true
},
{
"name": "VERLON_BASE_URL",
"description": "Override the Verlon API base URL. Defaults to https://api.verlon.ai."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "ai.verlon/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.verlon%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}