commit 2c8be427edec2407b300c24af83423afb3664b63 Author: Zhongwei Li Date: Sat Nov 29 18:48:26 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..bb56992 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,41 @@ +{ + "name": "shared-mcp", + "description": "Shared MCP infrastructure providing common web search, content extraction, and research tools for other plugins", + "version": "1.1.0", + "author": { + "name": "irfansofyana" + }, + "mcp": { + "tavily": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "mcp-remote", + "https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}" + ], + "env": { + "TAVILY_API_KEY": "${TAVILY_API_KEY}" + } + }, + "jina": { + "type": "sse", + "url": "https://mcp.jina.ai/sse", + "headers": { + "Authorization": "Bearer ${JINA_API_KEY}" + } + }, + "exa": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "mcp-remote", + "https://mcp.exa.ai/mcp?exaApiKey=${EXA_API_KEY}&tools=web_search_exa,get_code_context_exa,crawling_exa,company_research_exa,linkedin_search_exa,deep_researcher_start,deep_researcher_check" + ], + "env": { + "EXA_API_KEY": "${EXA_API_KEY}" + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..be02eb4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# shared-mcp + +Shared MCP infrastructure providing common web search, content extraction, and research tools for other plugins diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c51f397 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:irfansofyana/my-claude-code-marketplace:plugins/00-shared-mcp", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "9897ce1c12e54c41c5f7864c4eec2a53fe379d48", + "treeHash": "86e5493062213c4927f57ed916c6f774e6760a049cdad04350d2fc506cc0a6be", + "generatedAt": "2025-11-28T10:17:40.621444Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "shared-mcp", + "description": "Shared MCP infrastructure providing common web search, content extraction, and research tools for other plugins", + "version": "1.1.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "5f1c1997dac1fc7dba40231e8a85e0bd1d040bed60823eda3b13da520f583d82" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "216548df523bf195d134ef9229e4dbdc3bdb65ecc32300fdaaf1cabf21972d0b" + } + ], + "dirSha256": "86e5493062213c4927f57ed916c6f774e6760a049cdad04350d2fc506cc0a6be" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file