Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
com.pulsemcp/pointsyeah · v0.2.9
MCP server for searching award flights and travel deals via PointsYeah.
pointsyeah 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"pointsyeah": {
"command": "npx",
"args": [
"-y",
"pointsyeah-mcp-server"
]
}
}
}POINTSYEAH_REFRESH_TOKEN可选secretAWS Cognito refresh token from PointsYeah for authentication.
ENABLED_TOOLGROUPS可选Comma-separated tool groups to enable.
{
"id": "com.pulsemcp/pointsyeah",
"type": "mcp-server",
"version": "0.2.9",
"displayName": "pointsyeah",
"description": "MCP server for searching award flights and travel deals via PointsYeah.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/pointsyeah"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "pointsyeah-mcp-server",
"version": "0.2.9",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "POINTSYEAH_REFRESH_TOKEN",
"description": "AWS Cognito refresh token from PointsYeah for authentication.",
"isSecret": true
},
{
"name": "ENABLED_TOOLGROUPS",
"description": "Comma-separated tool groups to enable."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/pointsyeah",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fpointsyeah/versions/latest",
"isOfficial": true,
"status": "active"
}
}