runjs
The only MCP server you need: let your LLM generate and safely execute JavaScript -- including fetch API calls, JSONPath ETL, built-in resiliencey, and secrets management
GitHub Stars
26
User Rating
Not Rated
Favorites
0
Views
25
Forks
4
Issues
0
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
The project is set up in the following structure:
```text
📁 app # A sample Nuxt web app to make it easier to test
📁 cli # A sample client application using Vercel AI SDK
📁 src
.env # 👈 Make your own from the .env.sample
.env.sample # Sample .envfile; make a copy as .env
📁 server
📁 Data # Database artifacts for Secrets
📁 Endpoints # .NET Web API endpoints to register and manage
secrets which can be used by the HTTP client
📁 Mcp # The MCP related artifacts
📁 Migrations # Migrations for the EF Core database
📁 Setup # DI container setup
Program.cs # A .NET MCP server exposing the Jint tool
📁 tests # Small suite of integration tests for HTTP API
calls and for the database access
builder-server.sh # Simple script (command) to build the container
docker-compose.yaml # Start the Aspire Dashboard container for OTEL and
a Postgres server for holding secrets.