A note about some mcp tools i use on agent
This is my config for mcp server
1"mcpServers": {
2 "context7": {
3 "type": "stdio",
4 "command": "npx",
5 "args": [
6 "-y",
7 "@upstash/context7-mcp",
8 "--api-key",
9 "YOUR_CONTEXT7_API_KEY",
10 ],
11 "env": {}
12 },
13 "github": {
14 "type": "http",
15 "url": "https://api.githubcopilot.com/mcp",
16 "headers": {
17 "Authorization": "Bearer YOUR_GITHUB_TOKEN"
18 }
19 }
20}Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.