Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:26 +08:00
commit 2c8be427ed
3 changed files with 85 additions and 0 deletions

View File

@@ -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}"
}
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# shared-mcp
Shared MCP infrastructure providing common web search, content extraction, and research tools for other plugins

41
plugin.lock.json Normal file
View File

@@ -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": []
}
}