Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.APMC1/xaps · v0.1.2
Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.
XAPS MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"xaps": {
"command": "uvx",
"args": [
"xaps-sdk"
],
"env": {
"XAPS_AGENT_KEY": "<XAPS_AGENT_KEY>"
}
}
}
}XAPS_AGENT_KEY必填secretAgent billing key for the XAPS Tollbooth API
XAPS_API_URL可选XAPS API base URL
{
"id": "io.github.APMC1/xaps",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "XAPS MCP Server",
"description": "Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.",
"repository": {
"url": "https://github.com/APMC1/xaps-sdk",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "xaps-sdk",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "XAPS_AGENT_KEY",
"description": "Agent billing key for the XAPS Tollbooth API",
"isRequired": true,
"isSecret": true
},
{
"name": "XAPS_API_URL",
"description": "XAPS API base URL"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.APMC1/xaps",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.APMC1%2Fxaps/versions/latest",
"isOfficial": true,
"status": "active"
}
}