ultraextramoregeniusthinking
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ultraextramoregeniusthinkingdüşünme modu mcp easy de düşün: React'te custom hook nasıl yazılır?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ultra Extra More Genius Thinking
MCP server — doğal dille mod seç, kaliteli cevap al.
Kullanım (tek cümle)
Chat'e yaz, hepsi bu:
düşünme modu mcp easy de düşün: React'te custom hook nasıl yazılır?düşünme modu mcp medium de düşün: bu kodu incele ve iyileştirdüşünme modu mcp more de düşün: mikroservis mimarisi mi monolith mi?düşünme modu mcp max de düşün: ödeme sistemini yeniden tasarlaAgent modu otomatik algılar, pass pass iyileştirir, sana sadece final cevabı verir.
Related MCP server: Sequential Thinking MVP Server
Modlar
Mod | Pass | Execution |
easy | 3 | think → read → write |
medium | 5 | think → read → read → write → verify |
more | 7 | medium + write → verify |
max | 10 | çoklu read/write/verify |
MCP dosya okumaz/yazmaz. Agent Read/Write/Shell kullanır.
Kısa alternatifler de çalışır: medium de düşün, max thinking, mcp easy de düşün
Kurulum
npm install && npm run build.cursor/mcp.json:
{
"mcpServers": {
"ultra-thinking": {
"command": "node",
"args": ["/ABSOLUTE/PATH/to/ultraextramoregeniusthinking/dist/server.js"]
}
}
}Lisans
MIT
Available Tools
2 toolsthinkB
Thinking başlatır. Mod: easy/medium/more/max. Kullanıcı sadece 'max de düşün' derse conversation_context ile chat özetini ZORUNLU geç.
| Name | Required | Description | Default |
|---|---|---|---|
| user_message | No | Kullanıcının tam mesajı. Örn: "düşünme modu mcp max de düşün" | |
| conversation_context | No | Chat geçmişi özeti. Kullanıcı konuyu tekrar yazmadıysa ZORUNLU — agent buraya özet geçer. | |
| question | No | Soru (user_message yoksa) | |
| mode | No | easy | medium | more | max |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations present, so description bears full burden. It only says 'starts thinking' with modes, but lacks details on side effects, permissions, reversible actions, or output behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is short with two sentences, front-loaded with the main action. Somewhat terse but effective, though the second sentence could be rephrased for clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Missing return value information and details about mode effects. With a sibling tool, differentiation is absent, and description does not cover all necessary context for agent to decide.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, yet description adds value by clarifying mandatory condition for conversation_context and mode shorthand. This extras help agent correctly invoke tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description states the tool initiates thinking and specifies mode options. However, it does not differentiate from sibling tool 'think_next', leaving ambiguity about what distinguishes this tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a specific condition for using conversation_context when user says 'max de düşün', but does not offer when to use this tool versus think_next or mention exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
think_nextC
Pass cevabını gönder. Bitmediyse sonraki pass direktifi, bittiyse final cevap.
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| answer | Yes | Bu pass teslim özeti — iş logu değil: ne yapıldı, hangi dosya, ne değişti |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior. It mentions sending an answer and deciding continuation, but it omits details about state changes, error handling, or required authentication. The description is insufficient for the agent to anticipate all behavioral consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, making it efficient. However, it sacrifices clarity for brevity, and the structure does not front-load key information about usage or behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema and the existence of a sibling tool, the description should explain what a 'pass' is, how to determine if finished, and how the session_id is used. It fails to provide a complete context for reliable tool invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 50% (only 'answer' has a description). The tool's description does not add any parameter semantics beyond what is already in the schema, leaving the 'session_id' parameter completely undocumented. The description fails to compensate for the missing schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool sends a pass answer and either continues or finalizes, but the term 'pass' is undefined and the distinction from the sibling tool 'think' is unclear. The purpose is somewhat clear but lacks specificity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like 'think'. There are no exclusions or prerequisites mentioned, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
v1.6.0- First observed
think - First observed
think_next
TDQS
Each tool serves a distinct phase: think initiates the thinking process with different modes, while think_next handles continuation or finalization. There is no functional overlap between them.
Both tools share the 'think' prefix, with 'think_next' clearly indicating the subsequent step. This follows a consistent and predictable naming pattern.
With only two tools, the set is minimal but well-scoped for a straightforward thinking workflow. Each tool serves a necessary and distinct role without being excessive or insufficient.
The basic lifecycle of initiating and continuing thinking is covered. A minor gap exists, such as missing tools for cancellation or state inspection, but the core workflow is functional.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Memory for deep conversational context across any platform
Related MCP Servers
- AlicenseBqualityDmaintenanceEnhances AI model capabilities with structured, retrieval-augmented thinking processes that enable dynamic thought chains, parallel exploration paths, and recursive refinement cycles for improved reasoning.124MIT
- AlicenseBqualityNot gradedmaintenanceEnables AI assistants to perform structured, step-by-step reasoning by breaking down complex problems into numbered thoughts, with support for revising previous steps and exploring alternative reasoning paths.5-
- AlicenseAqualityDmaintenanceProvides advanced AI reasoning capabilities through step-by-step thinking framework, enabling complex problem-solving with dynamic thought revision, multi-path reasoning, and adaptive planning for sophisticated analysis tasks.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to work through complex problems step-by-step with dynamic thought processes, allowing for revision of previous steps, exploration of alternative approaches, and flexible planning as understanding deepens.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SovranAMR/ultraextramoregeniusthinking'
If you have feedback or need assistance with the MCP directory API, please join our Discord server