Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
org.giftcardshop/mcp · v0.1.1
Browse the giftcardshop catalog and buy gift cards with Lightning over MCP. No account, no signup.
mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@giftcardshop/mcp"
]
}
}
}GCS_INTERNAL_SECRET可选secret64-hex HMAC secret that enables create_order (Lightning checkout). Browsing tools work without it. Requested at https://giftcardshop.org/contact.
GCS_API_BASE可选Override the public API base. Defaults to https://api.giftcardshop.org.
{
"id": "org.giftcardshop/mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "mcp",
"description": "Browse the giftcardshop catalog and buy gift cards with Lightning over MCP. No account, no signup.",
"repository": {
"url": "https://github.com/i2dor/giftcardshop-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@giftcardshop/mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GCS_INTERNAL_SECRET",
"description": "64-hex HMAC secret that enables create_order (Lightning checkout). Browsing tools work without it. Requested at https://giftcardshop.org/contact.",
"isSecret": true
},
{
"name": "GCS_API_BASE",
"description": "Override the public API base. Defaults to https://api.giftcardshop.org."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "org.giftcardshop/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/org.giftcardshop%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}