RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.lozit/mcp-standardnotes · v0.3.6
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
mcp-standardnotes 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<SN_EMAIL>"
}
}
}
}SN_EMAIL必填Standard Notes account email. The password is prompted once via `npx mcp-standardnotes-login` and the session is persisted in the OS keychain.
SN_SERVER_URL可选Standard Notes sync server URL. Defaults to the official cloud if unset.
SN_CERT_FINGERPRINT可选Optional SHA-256 TLS certificate fingerprint for pinning a self-hosted server.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.lozit/mcp-standardnotes",
"type": "mcp-server",
"version": "0.3.6",
"displayName": "mcp-standardnotes",
"description": "End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).",
"repository": {
"url": "https://github.com/lozit/mcp-standardnotes",
"source": "github"
},
"homepage": "https://github.com/lozit/mcp-standardnotes#readme",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-standardnotes",
"version": "0.3.6",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SN_EMAIL",
"description": "Standard Notes account email. The password is prompted once via `npx mcp-standardnotes-login` and the session is persisted in the OS keychain.",
"isRequired": true
},
{
"name": "SN_SERVER_URL",
"description": "Standard Notes sync server URL. Defaults to the official cloud if unset."
},
{
"name": "SN_CERT_FINGERPRINT",
"description": "Optional SHA-256 TLS certificate fingerprint for pinning a self-hosted server."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.lozit/mcp-standardnotes",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.lozit%2Fmcp-standardnotes/versions/latest",
"isOfficial": true,
"status": "active"
}
}