Skip to main content
Glama

Jarvis

v0.1 prototype

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 --chat

Tests:

pytest

MCP server (Cursor / MCP clients):

python -m jarvis.adapters.mcp.server

Workspace 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.1 includes

  • Guided / direct create_project

  • Component definition in natural language (motors, frame, battery, propellers, …)

  • Deterministic calculate and simulate with history + Markdown views

  • Controlled iterate and design-space explore / apply (DSE)

  • CLI and MCP adapters

  • Curated material & motor library (small; matching by KV — see debt D8)

Docs

Doc

Role

VISION.md

Product contract (non-technical)

docs/ARCHITECTURE.md

How the system is built

docs/IMPLEMENTATION_TASKS.md

Roadmap, gaps, technical debt

src/jarvis/README.md

Deeper product / flow reference

Tag

v0.1.0-prototype — first functional cut. Not a production CAD/FEM tool.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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