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.benswel/qr-for-agent · v0.12.2
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
QR for Agent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<API_KEY>"
}
}
}
}API_KEY必填secretYour QR for Agent API key
BASE_URL可选API base URL (default: https://api.qrforagent.com)
{
"id": "io.github.benswel/qr-for-agent",
"type": "mcp-server",
"version": "0.12.2",
"displayName": "QR for Agent",
"description": "Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks",
"repository": {
"url": "https://github.com/benswel/qr-for-agent-api",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "qr-for-agent",
"version": "0.12.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "API_KEY",
"description": "Your QR for Agent API key",
"isRequired": true,
"isSecret": true
},
{
"name": "BASE_URL",
"description": "API base URL (default: https://api.qrforagent.com)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.benswel/qr-for-agent",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.benswel%2Fqr-for-agent/versions/latest",
"isOfficial": true,
"status": "active"
}
}