Jarvis
Provides optional local LLM support for analyze and free-form interpretation in the Jarvis engineering engine.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JarvisDiseña un dron para carga de 2 kg con autonomía de 30 minutos."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jarvis
v0.2.0
Deterministic engineering engine for designing physical systems with AI-assisted natural language.
Jarvis is aerial-first (drones and related vehicles): you describe goals and components in Spanish; calculation and simulation stay rule-based and auditable. The model may interpret — it does not invent the physics.
Read the one-page contract: VISION.md.
Quick start
git clone https://github.com/mcuestamunoz/Jarvis.git
cd Jarvis
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev,mcp]"CLI chat (optional: local Ollama for analyze / free-form interpret):
python -m jarvis.main --chat
# or
jarvis --chatTests:
pytestMCP server (Cursor / MCP clients):
python -m jarvis.adapters.mcp.serverWorkspace projects live under workspace/ (override with JARVIS_WORKSPACE_ROOT).
Ollama defaults: JARVIS_OLLAMA_BASE_URL, JARVIS_OLLAMA_MODEL (see src/jarvis/config.py).
Related MCP server: COMSOL MCP Server
What v0.2 includes
Guided / direct
create_projectComponent definition in natural language (motors, frame, battery, propellers, …)
Deterministic
calculateandsimulatewith history + Markdown viewsControlled
iterateand design-space explore / apply (DSE)Engineering intent → Goal Plan → Handoff Context (Plan → DSE / Iterate, FN-024…026)
Living System Map (
docs/system_map/) — 59 connections, 0 REDCLI and MCP adapters
Curated material & motor library (small; Physical Catalog v1 is the next engineering leap)
Docs
Doc | Role |
Product contract (non-technical) | |
v1 usable — when a project is “done” | |
A' — Situation / Evidence / Next useful step | |
How the system is built | |
System Map — connections & authority | |
Roadmap, gaps, technical debt | |
Living CLI findings register (G9–G20) | |
Deeper product / flow reference |
Tags
v0.2.0 — H1–H4 handoffs closed; System Map at 0 RED. Still not a production CAD/FEM tool; physical catalogs remain thin.checkpoint-continuity-polish — Continuity Hardening + G10 materials/frame + CLI polish S1–S7 (G9-B, G16, G18, G17 partial, G12, G19); commit 15aa503.checkpoint-fn026-h4 — architectural checkpoint for the handoff stack.v0.1.0-prototype — first functional cut.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for creating, modifying, and analyzing KiCAD schematic files using natural language.20MIT
- AlicenseBqualityBmaintenanceMCP Server for COMSOL Multiphysics simulation automation via AI agents.781MIT
- AlicenseNot gradedqualityBmaintenanceA local MCP server that enables AI agents to create and edit parametric CAD models through natural language, using a validated operation graph that compiles to real geometry.1MIT
- AlicenseBqualityBmaintenanceMCP server for symbolic computation that enables AI agents to perform step-by-step derivations, transform formulas, and verify results with full provenance, combining natural language with formal mathematical operations.4110Apache 2.0
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for generating rough-draft project plans from natural-language prompts.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcuestamunoz/Jarvis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server