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.alexeibespalov/trident · v1.0.2
Create and edit collaborative architecture diagrams with any AI assistant using the Trident 2D DSL.
trident 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"trident": {
"command": "npx",
"args": [
"-y",
"trident-mcp"
]
}
}
}TRIDENT_API_KEY可选Optional Trident API key for document editing tools. Spec tools work without a key.
{
"id": "io.github.alexeibespalov/trident",
"type": "mcp-server",
"version": "1.0.2",
"displayName": "trident",
"description": "Create and edit collaborative architecture diagrams with any AI assistant using the Trident 2D DSL.",
"repository": {
"url": "https://github.com/alexeibespalov/tridentpublic",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "trident-mcp",
"version": "1.0.2",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "TRIDENT_API_KEY",
"description": "Optional Trident API key for document editing tools. Spec tools work without a key."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://mcp.tridentchart.com/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.alexeibespalov/trident",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.alexeibespalov%2Ftrident/versions/latest",
"isOfficial": true,
"status": "active"
}
}