MCP Server: Difference between revisions
Appearance
| Line 245: | Line 245: | ||
== Installation == | == Installation == | ||
{| class="wikitable" | |||
< | |+ | ||
< | ! | ||
!Install command | |||
|- | |||
|Gitea | |||
|<syntaxhighlight lang="bash"> | |||
https://gitea.com/gitea/gitea-mcp/releases | |||
wget https://gitea.com/gitea/gitea-mcp/releases/download/v0.3.1/gitea-mcp_Linux_x86_64.tar.gz | |||
untar | |||
copy gitea-mcp to ~/.local/bin | |||
</syntaxhighlight> | |||
|- | |||
|Context7 | |||
|<syntaxhighlight lang="bash"> | |||
claude mcp add context7 -- npx -y @upstash/context7-mcp | claude mcp add context7 -- npx -y @upstash/context7-mcp | ||
</ | </syntaxhighlight> | ||
|- | |||
| | |||
| | |||
|} | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:AI]] | [[Category:AI]] | ||
Revision as of 11:05, 14 August 2025
| Category: Programming + AI |
Lists of MCP servers
- https://github.com/modelcontextprotocol/servers
- https://github.com/punkpeye/awesome-mcp-servers (https://glama.ai/mcp/servers)
- https://lobehub.com/en/mcp
My favorite MCP servers
Installation
| Install command | |
|---|---|
| Gitea | https://gitea.com/gitea/gitea-mcp/releases
wget https://gitea.com/gitea/gitea-mcp/releases/download/v0.3.1/gitea-mcp_Linux_x86_64.tar.gz
untar
copy gitea-mcp to ~/.local/bin
|
| Context7 | claude mcp add context7 -- npx -y @upstash/context7-mcp
|