brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
com.pulsemcp/onepassword · v0.5.4
MCP server for interacting with 1Password via the CLI to read and manage credentials.
onepassword 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"onepassword": {
"command": "npx",
"args": [
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>"
}
}
}
}OP_SERVICE_ACCOUNT_TOKEN必填secretService account token for authentication with 1Password CLI.
ENABLED_TOOLGROUPS可选Comma-separated tool groups to enable (readonly, write).
SKIP_HEALTH_CHECKS可选Skip credential validation on server startup.
DANGEROUSLY_SKIP_ELICITATIONS可选Bypass all credential approval prompts (exposes all secrets).
OP_ELICITATION_READ可选Prompt for approval before revealing credentials.
OP_ELICITATION_WRITE可选Prompt for approval before creating or sharing items.
OP_WHITELISTED_ITEMS可选Comma-separated item titles or IDs that bypass read elicitation.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "com.pulsemcp/onepassword",
"type": "mcp-server",
"version": "0.5.4",
"displayName": "onepassword",
"description": "MCP server for interacting with 1Password via the CLI to read and manage credentials.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/onepassword"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "onepassword-mcp-server",
"version": "0.5.4",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "OP_SERVICE_ACCOUNT_TOKEN",
"description": "Service account token for authentication with 1Password CLI.",
"isRequired": true,
"isSecret": true
},
{
"name": "ENABLED_TOOLGROUPS",
"description": "Comma-separated tool groups to enable (readonly, write)."
},
{
"name": "SKIP_HEALTH_CHECKS",
"description": "Skip credential validation on server startup."
},
{
"name": "DANGEROUSLY_SKIP_ELICITATIONS",
"description": "Bypass all credential approval prompts (exposes all secrets)."
},
{
"name": "OP_ELICITATION_READ",
"description": "Prompt for approval before revealing credentials."
},
{
"name": "OP_ELICITATION_WRITE",
"description": "Prompt for approval before creating or sharing items."
},
{
"name": "OP_WHITELISTED_ITEMS",
"description": "Comma-separated item titles or IDs that bypass read elicitation."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/onepassword",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fonepassword/versions/latest",
"isOfficial": true,
"status": "active"
}
}