1. Conduid
  2. Developer Tools
  3. Aidevtools
MCP server · Developer Tools

Aidevtools

A collection of tools designed to enhance AI-powered software development workflows, featuring Sidekick MCP server for process management and notifications.

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 23 hours ago · breakdown

About Aidevtools

Aidevtools is an MCP server published by eliezedeck in the Developer Tools category: a collection of tools designed to enhance AI-powered software development workflows, featuring Sidekick MCP server for process management and notifications. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 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 aidevtools

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 Aidevtools

Powered by Claude · Grounded in docs

I know everything about Aidevtools. 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.

Releases

sidekick-v0.4.3Sidekick v0.4.3 · 25 Jun 2025Sidekick Changes 🐛 Fix Q&A system sleep/wake cycle issues with context cancellation handling and active waiter tracking (`agents_qa.go,agents_qa_handlers.go,agents_qa_page.go,agents_qa_test.go,main.go`) (818dfc0) Installation Quick Install…
sidekick-v0.4.2Sidekick v0.4.2 · 24 Jun 2025Sidekick Changes 🔧 Update AgentQA methods to include root directory parameter (`agents_qa.go,agents_qa_handlers.go,main.go`) (42ee32a) Installation Quick Install curl -sSL…
sidekick-v0.4.1Sidekick v0.4.1 · 20 Jun 2025Sidekick Changes 🐛 Fix Q&A visibility and misleading waiting status by simplifying to directory-based system (`agents_qa.go,agents_qa_handlers.go,agents_qa_page.go,main.go,sse_server.go`) (0b5a952) Installation Quick Install curl -sSL…
sidekick-v0.4.0Sidekick sidekick-v0.4.0 · 17 Jun 2025Sidekick Changes Installation Quick Install curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bash Manual Download Download the appropriate binary for your platform from the assets below.…
stdio2sse-v0.1.6stdio2sse stdio2sse-v0.1.6 · 17 Jun 2025stdio2sse Changes 🐛 Fix stdio2sse JSON parsing errors by implementing async architecture (c58e56b) 🐛 Remove timeout from SSE server call to allow indefinite waits (5d9bcee) 🐛 Fix answer_question hanging bug after successful answer…

README

AIDevTools

MCP servers and tools for AI-powered development.

Components

🚀 Sidekick

Process management, agent communication, and notification MCP server for AI agents.

Features:

  • Spawn and manage long-running processes
  • Real-time output streaming with ring buffers
  • Interactive process control (stdin/stdout/stderr)
  • Audio notifications (macOS)
  • Agent Q&A system for specialist communication
  • TUI mode for visual process monitoring
  • Cross-platform: Linux, macOS, Windows

Install:

curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/sidekick/install.sh | bash

Usage:

# TUI mode (default)
sidekick

# Stdio mode for Claude Desktop
sidekick --sse=false

# SSE server mode with custom port
sidekick --port 6060

# Add to Claude Desktop (stdio mode)
claude mcp add sidekick ~/.local/bin/sidekick --args "--sse=false"

🌉 stdio2sse

Proxy between stdio-based MCP clients and SSE-based MCP servers.

Features:

  • Connect Claude Desktop to SSE-only MCP servers
  • Automatic tool discovery and proxying
  • Transparent request/response forwarding
  • Async architecture for reliable communication

Install:

curl -sSL https://raw.githubusercontent.com/eliezedeck/AIDevTools/main/stdio2sse/install.sh | bash

Usage:

# Bridge to an SSE server
stdio2sse --sse-url http://localhost:5050/sse

# Add to Claude Desktop
claude mcp add my-sse-server ~/.local/bin/stdio2sse --args "--sse-url" "http://localhost:5050/sse"

Requirements

  • Go 1.23+ (for building from source)
  • Claude Desktop or other MCP-compatible clients

Building from Source

git clone https://github.com/eliezedeck/AIDevTools.git
cd AIDevTools

# Build sidekick
cd sidekick && go build

# Build stdiobridge
cd ../stdiobridge && go build

API Reference

Sidekick Tools

Process Management:

  • spawn_process - Start a new process with options (delay, buffer size, environment)
  • spawn_multiple_processes - Launch multiple processes sequentially
  • get_partial_process_output - Get incremental output (tail -f functionality)
  • get_full_process_output - Get all output in memory
  • send_process_input - Send stdin input to a running process
  • list_processes - List all tracked processes and their status
  • kill_process - Terminate a tracked process
  • get_process_status - Get detailed process information

Agent Communication:

  • get_next_question - Register as a specialist and wait for questions
  • answer_question - Provide an answer to a received question
  • ask_specialist - Ask a question to a specialist agent
  • get_answer - Retrieve answer for a previously asked question
  • list_specialists - List all available specialist agents

Notifications (macOS only for now):

  • notifications_speak - Play sound and speak text (max 50 words)

License

MIT License - see LICENSE file for details.

README mirrored from the source repository 23 hours ago. The original is authoritative.

Questions

About Aidevtools

How do I install Aidevtools?

Run npx aidevtools, 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 Aidevtools safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). 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 Aidevtools 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.