← Back to all bundles

meshlet — OKF Bundle for MCP Integration

OKF ✓ v0.1

Local-first context mesh for agent workflows: a Rust CLI and MCP stdio runtime for durable events, rebuildable context graphs, skill manifests, public-safe exports, and agent mailboxes.

By frkndimbo 0 stars Uncategorized MIT

Best for

  • AI agents using the MCP protocol
  • Command-line workflows

What it does

  • Exposes functionality through the Model Context Protocol (MCP) for agent-native access
  • Provides a command-line interface for automation and scripting
  • Fully OKF-conformant — works with any OKF-compatible agent framework

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/frkndimbo/meshlet
cd meshlet

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/meshlet
# Cursor
cursor /path/to/meshlet
# OpenCode
opencode /path/to/meshlet

MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.

Frequently Asked Questions

Is meshlet OKF conformant?

Yes, meshlet is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install meshlet?

Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.

What AI agents can use meshlet?

meshlet works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.

What are alternatives to meshlet?

Similar bundles include iwe, crystalline, AI-TadPole-OS. Browse these for alternative approaches and feature sets.