npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

devkit-mcp-server

v1.3.10

Published

DevKit MCP Server + Jarwis AI Companion System - 160+ tools for full-stack development via Claude Desktop. Includes persistent memory, connector orchestration (Playwright, Windows-MCP, Excel-MCP), project scaffolding, architecture design, Git, Docker, Azu

Readme

devkit-mcp-server

Claude Desktop MCP integration for DevKit - Developer Toolkit & AI Code Integration Platform.

What is this?

This MCP server connects Claude Desktop to your local DevKit instance, enabling you to manage your entire development workflow through natural language commands in Claude Desktop chat.

47 tools covering: Project Scaffolding, File Import, Git Management, Docker Compose, Azure Deployment, Crypto/Credential Management, and Profile Management.

Prerequisites

Installation

npm install -g devkit-mcp-server

Setup

Add to your Claude Desktop config:

Windows: %APPDATA%\Claude\claude_desktop_config.json Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "devkit": {
      "command": "devkit-mcp-server",
      "env": {
        "DEVKIT_URL": "http://localhost:5199"
      }
    }
  }
}

Restart Claude Desktop.

Usage

Open Claude Desktop and type natural language commands:

DevKit kurallarını yükle ve .NET projesi için hazırlan
DevKit'te "my-backend" profilini oluştur. Workspace "C:\source\myproject", framework dotnet.
GitHub'da "my-project" adında private repo oluştur, commitle ve push et.
Docker compose oluştur: postgresql, kafka, elasticsearch, jaeger.
Bu dosyayı projeye import et: [DEVKIT_PATH marker'lı dosya içeriği]
Azure'a deploy et: app-myproject-api

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | DEVKIT_URL | http://localhost:5199 | DevKit backend URL | | DEVKIT_PROMPTS_DIR | (auto-detected) | Custom prompts directory path | | TRANSPORT | stdio | Transport mode: stdio or http | | PORT | 3100 | HTTP port (when TRANSPORT=http) |

Tool List

Prompt Loaders (3)

devkit_load_rules, devkit_load_full_setup, devkit_load_structure

Profile Management (5)

devkit_list_profiles, devkit_get_active_profile, devkit_set_active_profile, devkit_create_profile, devkit_delete_profile

Project Scaffolding (1)

devkit_scaffold_project

File Import (2)

devkit_import_file, devkit_preview_file

Git Management (19)

devkit_git_status, devkit_git_current_branch, devkit_git_branches, devkit_git_log, devkit_git_commit, devkit_git_push, devkit_git_pull, devkit_git_fetch, devkit_git_create_branch, devkit_git_checkout, devkit_git_merge, devkit_git_delete_branch, devkit_git_stash, devkit_git_stash_pop, devkit_git_tag, devkit_git_push_tags, devkit_git_remote_add, devkit_git_remote_remove, devkit_github_create_repo

Docker Compose (8)

devkit_docker_services, devkit_docker_generate, devkit_docker_save, devkit_docker_inject_appsettings, devkit_docker_up, devkit_docker_down, devkit_docker_ps, devkit_docker_logs

Azure Management (7)

devkit_azure_login, devkit_azure_verify_login, devkit_azure_deploy, devkit_azure_restart, devkit_azure_logs, devkit_azure_env_get, devkit_azure_env_set

Crypto (2)

devkit_crypto_decrypt, devkit_crypto_encrypt

License

MIT