1. Conduid
  2. AI
  3. pi
MCP server · AI

pi

The easiest way to create MCP servers, AI agents, and chatbots with any LLM

64Good

Scored 17 days ago · breakdown

About pi

pi is an MCP server published by git+vaayne in the AI category: the easiest way to create MCP servers, AI agents, and chatbots with any LLM. It has been installed 0 times through Conduid.

The repository has 29 stars and 1 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx agent-kit
Claude Code
claude mcp add agent-kit -- npx -y @webpresso/agent-kit
npx
npx -y @webpresso/agent-kit

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about pi

Powered by Claude · Grounded in docs

I know everything about pi. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Agent Kit

A curated collection of skills, extensions, and tools for AI coding agents. Works with Pi, Claude Code, and other AI assistants.

Installation

As a Pi Package

# Install from git
pi install git:github.com/vaayne/agent-kit
Or via npm
pi install npm:@vaayne/agent-kit

# Or add to your settings.json
{
  "packages": ["git:github.com/vaayne/agent-kit", "npm:@vaayne/agent-kit"]
}

Manual Sync

# Clone with submodules
git clone --recursive https://github.com/vaayne/agent-kit.git
cd agent-kit

# Or if already cloned without --recursive:
mise run setup

mise run sync:pi            # Sync to ~/.pi/agent
mise run sync:claude:skills # Sync to ~/.claude/skills
mise run sync:codex:skills  # Sync to ~/.codex/skills

What's Included

Skills (13)

Task-specific instructions that guide AI agents on how to approach different problems.

Skill Description
changelog-automation Automate changelog generation from commits and PRs
document-writer Craft clear technical documentation and README files
frontend-design Create production-grade UI with high design quality
mcp-context7-docs Query up-to-date library documentation
mcp-exa-search Web search and company research via Exa AI
mcp-grep-code Search real-world code examples from GitHub
mcp-jetbrains-ide Control JetBrains IDEs via MCP
mcp-skill-gen Generate skills from MCP servers
python-script Create robust Python automation scripts
react-best-practices React/Next.js performance optimization guidelines
specs-dev Plan-first development with review gates
ui-skills Opinionated constraints for building better interfaces
web-fetch Fetch and extract content from URLs

Extensions (6)

Pi extensions that add new capabilities to the agent.

Extension Description
anthropic-tool-cache-shim Strip unsupported Fireworks Anthropic tool fields
firework-provider Override Fireworks to one router model and sanitize tool fields
mcp MCP client integration with tool orchestration
rules Load project rule files into the agent's effective instructions
subagent Delegate tasks to specialized subagents
web-tools Web fetching and search tools for external content and documentation

Subagents (4)

Specialized agents for delegation via the subagent extension.

Agent Description
librarian Code research across repositories and documentation
oracle Architecture decisions and deep technical analysis
ui-engineer Visual/UI/UX implementation specialist
worker General-purpose task execution

Project Structure

agent-kit/
├── skills/           # Task-specific instructions (Pi, Claude Code)
├── extensions/       # Pi extensions
├── claude-plugins/   # Claude Code slash commands
├── mcps/             # MCP servers
└── package.json      # Pi package manifest

Development

Requires mise for task running.

mise install      # Setup tools
mise run format   # Format all code

Claude Code Plugin Marketplace

/plugin marketplace add vaayne/agent-kit

License

MIT

README mirrored from the source repository 17 days ago. The original is authoritative.

Questions

About pi

How do I install pi?

Run npx agent-kit, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is pi safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is pi still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.