A collection of MCP tools for AI agents.
This repository contains MCP (Model Context Protocol) servers. Each server provides a set of related tools that AI agents can use to interact with the system.
| Server | Description | Tools |
|---|---|---|
bash |
Shell command execution | exec |
elicitation |
User input via structured questions | clarify |
filesystem |
File operations | read, write, edit, glob, grep |
plugins |
Plugin registry search and resolution | search, resolve |
system |
System utilities | sleep, get_datetime, get_random_integer |
terminal |
PTY-based terminal sessions | create, destroy, list, send, read, info |
todolist |
Session-scoped task tracking | get, set |
web |
Web fetch and search | fetch, search |
Third-party MCP servers packaged for tool.store. These are wrappers around upstream projects with MCPB manifests.
| Server | Description |
|---|---|
atlassian |
Jira and Confluence integration |
elastic |
Elasticsearch operations |
monday |
Monday.com workspace management |
mongodb |
MongoDB database operations |
notion |
Notion workspace content and data sources |
playwright |
Browser automation and web testing |
Looking for a tool that isn't here? Open an issue and let us know what you'd like to see.
make build-all # Build all servers for all platforms
make build-bash # Build a single server
make help # List available targetsTest with tool-cli:
tool info ./core/system
tool call ./core/bash -m exec -p command="echo hello"See LICENSE for details.