白月初

Home
About
Projects
Blog
Tools
Stats
baiyuechu.dev
Baiyuechu

I am a software engineer with a passion for building web applications and mobile apps. I am a quick learner and I am always looking to improve my skills.

© 2026 Baiyuechu

General

  • Home
  • About
  • Projects
  • Blog
  • Toolbox
  • Stats

Specifics

  • Connections
  • Gallery
  • Community

Extra

  • Links
  • Changelog

Some mcp tools i use on agent
agentai

A note about some mcp tools i use on agent

2025-10-17By Baiyuechu
...
Your browser does not support the audio element.
  • context7 (link)
  • github (link)

This is my config for mcp server

json
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}

Join Baiyuechu Newsletter!

Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.