Confidential guide on numerology and astrology, based of GG33 Public information

local_mcp_server-client_eag-s-4
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
🧠 mcp_server-client_EAG-S-4 - Local Setup
This repository provides a minimal implementation to set up and interact with the MCP (Modular Computation Protocol) locally. It consists of a server that exposes various computational tools and a client that communicates with the server to invoke those tools.
The project is managed using uv
, a fast Python package manager and workflow tool.
📂 Project Structure
-
mcp_server.py
— Hosts the MCP server with 28 tools available for interaction. -
mcp_client.py
— The entry point of the project; runs a client that connects to the MCP server and calls its tools. -
pyproject.toml
— Project configuration and dependencies using PEP 621. -
uv.lock
— Auto-generated lockfile for reproducible installations usinguv
. -
token.env
— Environment file that likely contains secrets or tokens. -
README.md
— Project documentation."""
🛠️ Available Tools on the MCP Server
🔢 Math Tools
-
add(a, b)
— Add two numbers -
add_list(l)
— Add all numbers in a list -
subtract(a, b)
— Subtract two numbers -
multiply(a, b)
— Multiply two numbers -
divide(a, b)
— Divide two numbers -
power(a, b)
— Raise a to the power of b -
sqrt(a)
— Square root -
cbrt(a)
— Cube root -
factorial(a)
— Factorial -
log(a)
— Natural logarithm -
remainder(a, b)
— Modulus operation -
sin(a)
— Sine -
cos(a)
— Cosine -
tan(a)
— Tangent -
mine(a, b)
— Special mining tool -
int_list_to_exponential_sum(int_list)
— Sum of exponentials of integers -
fibonacci_numbers(n)
— First n Fibonacci numbers
🧠 String/Image Tools
-
strings_to_chars_to_int(string)
— Convert characters to ASCII -
create_thumbnail(image_path)
— Generate a thumbnail from an image
🖌️ Pinta Automation Tools
-
open_pinta_application()
— Launch and focus Pinta -
select_rectangle_tool()
-
select_text_tool()
-
select_circle_tool()
-
draw_rectangle(x1, y1, x2, y2)
-
write_text_inside_rectangle(text, x1, y1, x2, y2)
-
draw_circle(x1, y1, radius)
-
get_lines_of_rectangle(x1, y1, x2, y2)
— Return lines from rectangle coordinates -
get_midpoint_of_line(x1, y1, x2, y2)
— Return midpoint of a line
🚀 Getting Started
1. Clone the Repository
git clone https://github.com/your-username/mcp-protocol.git
cd mcp-protocol
2. Install uv
(if not already installed)
curl -Ls https://astral.sh/uv/install.sh | sh
Verify installation:
uv --version
3. Set Up the Project Environment
uv venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
uv pip install -r pyproject.toml
If
requirements.txt
doesn't exist:uv pip freeze > requirements.txt
4. Test MCP Server with GUI client
mcp dev mcp_server.py
5. Run the Client
python mcp_client.py
📌 Notes
- Ensure Pinta is installed if you're using Pinta-related tools.
- Image tools like
create_thumbnail
require valid image paths. -
mcp_client.py
is the main entry point to interact with the protocol.
📄 License
MIT License. Feel free to fork, modify, and contribute.
🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first.
相关推荐
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
I find academic articles and books for research and literature reviews.
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle
Reviews

user_1mjauHJq
I've been using local_mcp_server-client_EAG-S-4 by devdastl, and it has significantly improved my workflow. The server-client model is efficient and the GitHub resources are well-documented. It's a must-try for anyone looking to streamline their processes. Highly recommend!