Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Works With Agents Server

FreeNot checked

Provides 14 MCP tools for AI agent infrastructure, enabling knowledge base queries, skill search, handoffs, blueprint validation, trust scoring, identity verifi

GitHubEmbed

About

Provides 14 MCP tools for AI agent infrastructure, enabling knowledge base queries, skill search, handoffs, blueprint validation, trust scoring, identity verification, SLA validation, and compliance checks.

README

⚠️ Maintenance mode. Feature-complete, not actively developed. For the Works With Agents tender-compliance MCP server, see workswithagents.dev. This package is frozen at v1.0.2 and is no longer receiving updates.

14 MCP tools for AI agent infrastructure.

pip install wwa-mcp

Usage

Add to your MCP client config:

{
  "mcpServers": {
    "wwa": {
      "command": "python3.11",
      "args": ["-m", "wwa_mcp.server"]
    }
  }
}

Tools

Tool Tier Description
wwa_facts_query 1 Query shared agent knowledge base
wwa_facts_list_categories 1 List fact categories and counts
wwa_pitfalls_lookup 1 Search known failure patterns
wwa_skills_search 1 Search agent skill library
wwa_skills_list_categories 1 List skill categories
wwa_handoff_create 2 Create agent-to-agent handoff
wwa_handoff_verify 2 Validate handoff completeness
wwa_handoff_validate_schema 2 Schema validation against Handoff Protocol
wwa_blueprint_search 2 Search blueprint specifications
wwa_blueprint_validate 2 Validate against a blueprint
wwa_trust_score_calculate 3 Compute agent trust score
wwa_identity_verify 3 Ed25519 signature verification
wwa_sla_validate 3 Validate against SLA tiers
wwa_compliance_check 3 Compliance-as-Code validation engine

All specifications CC BY 4.0 — workswithagents.dev

from github.com/vystartasv/wwa-mcp

Install Works With Agents Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install works-with-agents-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add works-with-agents-mcp-server -- uvx wwa-mcp

Step-by-step: how to install Works With Agents Server

FAQ

Is Works With Agents Server MCP free?

Yes, Works With Agents Server MCP is free — one-click install via Unyly at no cost.

Does Works With Agents Server need an API key?

No, Works With Agents Server runs without API keys or environment variables.

Is Works With Agents Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Works With Agents Server in Claude Desktop, Claude Code or Cursor?

Open Works With Agents Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Works With Agents Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs