pypi mcp-learningstdioupdated 2mo ago
This project explores the features and usage of Model Context Protocol (MCP) servers and clients, providing a hands-on learning environment for experimenting with MCP-based tools and workflows.
O que dá para fazer com Learning Model Context Protocol?
Learning Model Context Protocol
This project explores the features and usage of Model Context Protocol (MCP) servers and clients, providing a hands-on learning environment for experimenting with MCP-based tools and workflows.
Documentation
- Installation Guide — How to set up your environment and install dependencies.
- Examples & Usage — Step-by-step usage and sample sessions.
- MCP Server Configuration
- MCP Client Configuration
Contributing
Please see CONTRIBUTING.md for development and contribution guidelines.
Links
- PyPI Package: mcp-learning
- MCP Registry: mcp-learning
License
This project is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
Copyright (C) 2025 Anirban Ray
See the LICENSE file for details.
Instalação
Adicione Learning Model Context Protocol ao seu cliente. Escolha o que você usa.
claude mcp add mcp-learning -- uvx mcp-learningcodex mcp add mcp-learning -- uvx mcp-learningamp mcp add mcp-learning -- uvx mcp-learning{
"mcpServers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-learning","command":"uvx","args":["mcp-learning"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-learning": {
"type": "local",
"command": "uvx",
"args": [
"mcp-learning"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-learning": {
"command": {
"path": "uvx",
"args": [
"mcp-learning"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-learningRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação9/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 72 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.2.0Mais recente | 9 de nov. de 2025 |
| 0.1.2 | 2 de nov. de 2025 |