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.david-steel/otp-mcp-server · v0.1.1
Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.
otp-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"otp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orgtp/mcp-server"
]
}
}
}OTP_API_BASE可选Override the OTP REST API base URL. Defaults to the public production endpoint. Set this if you're pointing at a self-hosted OTP backend or a development server.
OTP_MOCK可选Set to '1' to use built-in fixture data instead of hitting the live API. Useful for local demos when offline or before a backend is wired.
{
"id": "io.github.david-steel/otp-mcp-server",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "otp-mcp-server",
"description": "Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.",
"repository": {
"url": "https://github.com/david-steel/otp-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@orgtp/mcp-server",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "OTP_API_BASE",
"description": "Override the OTP REST API base URL. Defaults to the public production endpoint. Set this if you're pointing at a self-hosted OTP backend or a development server."
},
{
"name": "OTP_MOCK",
"description": "Set to '1' to use built-in fixture data instead of hitting the live API. Useful for local demos when offline or before a backend is wired."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.david-steel/otp-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.david-steel%2Fotp-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}