Add your description here
Project description
Tlaloc Es MCP
This repository provides several ready-to-use MCP (Model Context Protocol) implementations that can be used as custom MCP servers.
What is MCP?
MCP (Model Context Protocol) is a protocol that allows VS Code and other tools to communicate with servers that provide context, analysis, and other features for code models.
What does this repository include?
- Ready-to-use MCP implementations (for example,
file-handler). - An extensible structure to easily add new implementations.
How to use in VS Code?
You can add this MCP server to your VS Code configuration by editing your mcp.json file like this:
"files_handler": {
"command": "uvx",
"args": [
"--from",
"tlaloc-es-mcp",
"tlalocesmcp",
"--mcp-selected",
"file-handler"
],
"env": {}
}
This will run the file-handler implementation included in this repository.
Based on mcp and compatible with its CLI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tlaloc_es_mcp-0.1.6.tar.gz.
File metadata
- Download URL: tlaloc_es_mcp-0.1.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9876597ca9fbca2a3fbd07f9ae36e35ce20ca88cd45cccbb1c56b0122af9c244
|
|
| MD5 |
7f163f1db97a9a75718983bb150c540d
|
|
| BLAKE2b-256 |
086a0080e1e3c6200413e05c114794601ceabba577686307f5ff441d363e322d
|
File details
Details for the file tlaloc_es_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: tlaloc_es_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df936dab0ab1fd8a4960d05635feeed227035e21b8b84d2226aa24bd91024058
|
|
| MD5 |
b8bd32f24cda182c535d62814dcb6928
|
|
| BLAKE2b-256 |
e08d3e09d1ed05209688e7b54a89704335b3a98c65a7506cbb1033b0adb1a3ee
|