{"id":31581023,"url":"https://github.com/kljensen/deliberate-thinking","last_synced_at":"2025-10-05T21:52:12.714Z","repository":{"id":315491859,"uuid":"1059533538","full_name":"kljensen/deliberate-thinking","owner":"kljensen","description":"An MCP tool for deliberate thinking","archived":false,"fork":false,"pushed_at":"2025-09-18T21:51:14.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T23:54:22.659Z","etag":null,"topics":["claude-code","llms","mcp","mcp-server","openai-codex"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kljensen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T15:14:49.000Z","updated_at":"2025-09-18T21:51:18.000Z","dependencies_parsed_at":"2025-09-19T20:19:51.118Z","dependency_job_id":null,"html_url":"https://github.com/kljensen/deliberate-thinking","commit_stats":null,"previous_names":["kljensen/deliberate-thinking"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kljensen/deliberate-thinking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljensen%2Fdeliberate-thinking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljensen%2Fdeliberate-thinking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljensen%2Fdeliberate-thinking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljensen%2Fdeliberate-thinking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kljensen","download_url":"https://codeload.github.com/kljensen/deliberate-thinking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljensen%2Fdeliberate-thinking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526242,"owners_count":26001325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","llms","mcp","mcp-server","openai-codex"],"created_at":"2025-10-05T21:52:11.574Z","updated_at":"2025-10-05T21:52:12.708Z","avatar_url":"https://github.com/kljensen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deliberate Thinking MCP Server\n\nA structured thinking [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro)\ntool for AI assistants that breaks down complex problems into sequential,\nrevisable thoughts.\n\n## Notes\n\n* This is based on the [Sequential Thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)\nMCP\n* The project goal is merely to be useful to _me_ and _my_ work. It's\n  easy to fork for your work.\n* This is written in Rust merely for low-latency start-up times\n  and for fun.\n\n\n## Quick Start\n\n### Install\n\n```bash\n# Clone the repository\ngit clone https://github.com/kljensen/deliberate-thinking.git\ncd deliberate-thinking\ncargo build --release\n```\n\n### Adding deliberate thinking to your AI assistant\n\nYou can find instructions for your assistants at these links:\n- [Claude Code MCP instructions](https://docs.claude.com/en/docs/claude-code/mcp)\n- [OpenAI Codex MCP instructions](https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp)\n- [GitHub Copilot MCP instructions](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp)\n\nFor Claude Code, I often have a `.mcp.json` file in my working directory with the following content.\n\n```json\n{\n  \"mcpServers\": {\n    \"deliberate-thinking\": {\n      \"command\": \"/your/path/to/deliberate-thinking-server\",\n      \"args\": []\n    }\n  }\n}\n```\n\n## License\n\nThe [Unlicense](https://unlicense.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkljensen%2Fdeliberate-thinking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkljensen%2Fdeliberate-thinking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkljensen%2Fdeliberate-thinking/lists"}