1. Conduid
  2. Developer Tools
  3. K3 MCP Toolbox Public
MCP server · Developer Tools

K3 MCP Toolbox Public

K3 MCP Toolbox - Windows-native MCP Server implementation with cognitive protocols

Unclaimed EPL-2.0 last commit 6 months ago devtools
55Fair

Scored 4 months ago · breakdown

About K3 MCP Toolbox Public

K3 MCP Toolbox Public is an MCP server published by Fandry96 in the Developer Tools category: k3 MCP Toolbox - Windows-native MCP Server implementation with cognitive protocols. It has been installed 0 times through Conduid.

The repository has 6 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 k3-mcp-toolbox-public

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 K3 MCP Toolbox Public

Powered by Claude · Grounded in docs

I know everything about K3 MCP Toolbox Public. 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

K3 MCP Toolbox & Logicware

"Middleware for the Agentic Era."

MCP Ready

Welcome to the open-source release of the K3 MCP Toolbox and Antigravity Logicware. These are the core tools we use internally to power our Agentic IDE on Windows, extracted into a standalone package for the community.

📦 What's Included?

This repository houses two distinct packages:

1. K3 MCP Toolbox

A Windows-native MCP Server implementation.

  • FastMCP Server: Lightweight, async server base.
  • Process Management: kill_zombies for cleaning stuck processes (Selenium/Playwright).
  • System Bridge: Clipboard access, local file ops, and more.

2. Antigravity Logicware

Cognitive protocols for smarter agents.

  • Sequential Thinking: Python implementation of Protocol 310 (Chain of Thought).
  • MRL Indexer: Matryoshka Representation Learning for efficient local search.
  • Three-Brain Tournament: Framework for adversarial decision making.

3. Docker MCP Gateway

Run MCP Servers anywhere.

  • Dynamic Loading: Hot-load tools without restarting the host.
  • Isolation: Run tools in clean, reproducible containers.

🚀 Getting Started

Installation

# Clone the repository
git clone https://github.com/Fandry96/k3-mcp-toolbox-public.git
cd k3-mcp-toolbox-public

# Install dependencies (choose your flavor)
pip install -r k3-mcp-toolbox/requirements.txt

Configuration (Claude Desktop)

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "k3-toolbox": {
      "command": "python",
      "args": ["/absolute/path/to/k3-mcp-toolbox-public/k3-mcp-toolbox/server.py"]
    }
  }
}

🐳 Docker Usage

To run the MCP Gateway with Docker:

cd docker-examples
docker-compose up -d

See docker-examples/README.md not created yet? wait. Just check the folder structure.


🤝 Contributing

We welcome contributions! Please see the CONTRIBUTING.md file in each sub-package for specific guidelines.

  • Hygiene: Type hints are mandatory.
  • Testing: Ensure all tests pass before submitting a PR.

Maintained by Fandry96 & The Antigravity Team

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About K3 MCP Toolbox Public

How do I install K3 MCP Toolbox Public?

Run npx k3-mcp-toolbox-public, 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 K3 MCP Toolbox Public safe to use with an AI agent?

Its trust score is 55 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 K3 MCP Toolbox Public 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.