forked from rohitg00/awesome-claude-code-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.json
More file actions
32 lines (32 loc) · 1.2 KB
/
research.json
File metadata and controls
32 lines (32 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"mcpServers": {
"bgpt": {
"type": "sse",
"url": "https://mcp.bgpt.pro/sse",
"description": "Search scientific papers with full-text experimental data via BGPT. 50 free searches, no API key needed."
},
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"],
"description": "Fetch web pages, documentation, and research resources as markdown."
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"description": "Persistent knowledge graph for tracking research findings, citations, and insights across sessions."
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "<replace-with-absolute-project-path>"],
"description": "Read and write research notes, papers, and data files. Replace the placeholder with your project root."
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "<your-brave-api-key>"
},
"description": "Web search for supplementary sources, preprints, and grey literature."
}
}
}