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.Christopher-AS/riv-mcp · v0.1.0
Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
riv-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<RIV_API_KEY>"
}
}
}
}RIV_API_KEY必填secretThe riv_ credential issued when you connect the agent in the Riv dashboard.
RIV_API_URL可选Riv API base URL. Defaults to http://localhost:3000; use https://riv-io.vercel.app for live agents.
{
"id": "io.github.Christopher-AS/riv-mcp",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "riv-mcp",
"description": "Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).",
"repository": {
"url": "https://github.com/Christopher-AS/Riv.IO",
"source": "github",
"subfolder": "mcp"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@riv-io/mcp",
"version": "0.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "RIV_API_KEY",
"description": "The riv_ credential issued when you connect the agent in the Riv dashboard.",
"isRequired": true,
"isSecret": true
},
{
"name": "RIV_API_URL",
"description": "Riv API base URL. Defaults to http://localhost:3000; use https://riv-io.vercel.app for live agents."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Christopher-AS/riv-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Christopher-AS%2Friv-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}