https://github.com/jehrhardt/mcpkg
A model context package manager for developers
https://github.com/jehrhardt/mcpkg
ai ai-assisted-development llm mcp rust vibe-coding
Last synced: 2 months ago
JSON representation
A model context package manager for developers
- Host: GitHub
- URL: https://github.com/jehrhardt/mcpkg
- Owner: jehrhardt
- License: apache-2.0
- Created: 2025-06-24T19:41:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T04:19:10.000Z (11 months ago)
- Last Synced: 2025-07-30T03:47:36.074Z (11 months ago)
- Topics: ai, ai-assisted-development, llm, mcp, rust, vibe-coding
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twig
Help your coding agent twig.
## Prerequisites
`twig` uses the following tools for development:
- [mise](https://mise.jdx.dev)
- [Rust](https://rust-lang.org/tools/install/)
## Usage
Setup development environment and install dependencies:
```bash
mise install
```
Run MCP inspector and connect to `twig`:
```bash
mise run dev:mcp
```
Run website locally:
```bash
mise run dev:page
```