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.TychiWallet/tyi-mcp · v1.0.0-beta.8
Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.
Tychi MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"tyi-mcp": {
"command": "npx",
"args": [
"-y",
"@tychilabs/tyi-mcp"
],
"env": {
"TYI_PASSWORD": "<TYI_PASSWORD>"
}
}
}
}TYI_PASSWORD必填secretKeystore password for ~/.tyi (set after tyi_onboard)
TYCHI_BRAIN_URL可选Tychi brain API URL (HTTPS recommended)
{
"id": "io.github.TychiWallet/tyi-mcp",
"type": "mcp-server",
"version": "1.0.0-beta.8",
"displayName": "Tychi MCP",
"description": "Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.",
"repository": {
"url": "https://github.com/TychiWallet/tyi-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@tychilabs/tyi-mcp",
"version": "1.0.0-beta.8",
"transport": "stdio",
"environmentVariables": [
{
"name": "TYI_PASSWORD",
"description": "Keystore password for ~/.tyi (set after tyi_onboard)",
"isRequired": true,
"isSecret": true
},
{
"name": "TYCHI_BRAIN_URL",
"description": "Tychi brain API URL (HTTPS recommended)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.TychiWallet/tyi-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.TychiWallet%2Ftyi-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}