SkillAgentSearch skills...

mcp-atom-of-thoughts

MCP server for structured AI reasoning — decompose problems into atomic thoughts with dependency graphs, confidence tracking, and interactive D3.js visualization

Install / Use

claude mcp add dioptx -- npx -y github:dioptx/mcp-atom-of-thoughts

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@dioptx/mcp-atom-of-thoughts", "version": "3.0.0", "description": "MCP server for structured reasoning via Atom of Thoughts — decompose problems into atomic units with confidence tracking and interactive visualization", "main": "build/index.js", "type": "module", "bin": { "mcp-atom-of-thoughts": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js && cp assets/d3.v7.min.js build/", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "files": [ "build", "assets/d3.v7.min.js", "LICENSE", "README.md", "CHANGELOG.md" ], "keywords": [ "mcp", "model-context-protocol", "reasoning", "atom-of-thoughts", "decomposition", "claude", "ai-reasoning", "visualization", "d3" ], "author": "dioptx", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dioptx/mcp-atom-of-thoughts.git" }, "homepage": "https://github.com/dioptx/mcp-atom-of-thoughts#readme", "bugs": { "url": "https://github.com/dioptx/mcp-atom-of-thoughts/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.0", "chalk": "^5.3.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.13.13", "typescript": "^5.9.3", "vitest": "^3.0.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low