Sequential Thinking
Sequential Thinking osFoundry community catalog में एक MCP server है। एक structured reasoning scratchpad जो agents को multi-step solutions plan करने और संशोधित करने में मदद करता है।
विवरण
- Transport: stdio
- Capabilities: Structured step-by-step reasoning scratchpad।
osFoundry में Sequential Thinking का उपयोग कैसे करें
एक क्लिक में Sequential Thinking को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य mcp servers
- Filesystem — Agents के लिए scoped filesystem access — एक allowed directory के अंदर files पढ़ें, लिखें, list करें, और search करें।
- Git — Agents के लिए local Git operations — history, diffs, branches, और commit metadata की जाँच करें।
- GitHub — GitHub API के माध्यम से repositories, issues, pull requests, और code search के साथ काम करें।
- Postgres — Read-only queries और schema inspection के लिए agents को Postgres database से connect करें।
- SQLite — Local SQLite database files को सीधे एक agent से query और inspect करें।
- Fetch — Web pages fetch करें और agent context के लिए clean, readable text content लौटाएँ।