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.marcelo-ochoa/oracle · v1.0.7
MCP server for interacting with Oracle databases
oracle 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"oracle": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-oracle"
]
}
}
}ORACLE_USER可选Oracle user name
ORACLE_PASSWORD可选secretOracle password
{
"id": "io.github.marcelo-ochoa/oracle",
"type": "mcp-server",
"version": "1.0.7",
"displayName": "oracle",
"description": "MCP server for interacting with Oracle databases",
"repository": {
"url": "https://github.com/marcelo-ochoa/servers",
"source": "github",
"subfolder": "src/oracle"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@marcelo-ochoa/server-oracle",
"version": "1.0.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "ORACLE_USER",
"description": "Oracle user name"
},
{
"name": "ORACLE_PASSWORD",
"description": "Oracle password",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.marcelo-ochoa/oracle",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.marcelo-ochoa%2Foracle/versions/latest",
"isOfficial": true,
"status": "active"
}
}