Skip to main content
Glama
index.html6.84 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>MCP Think Tank</title> <!-- Favicon links for light/dark mode --> <link rel="apple-touch-icon" href="/favicon/light/apple-touch-icon.png" media="(prefers-color-scheme: light)"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/light/favicon-32x32.png" media="(prefers-color-scheme: light)"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/light/favicon-16x16.png" media="(prefers-color-scheme: light)"> <link rel="manifest" href="/favicon/light/site.webmanifest" media="(prefers-color-scheme: light)"> <link rel="apple-touch-icon" href="/favicon/dark/apple-touch-icon.png" media="(prefers-color-scheme: dark)"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/dark/favicon-32x32.png" media="(prefers-color-scheme: dark)"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/dark/favicon-16x16.png" media="(prefers-color-scheme: dark)"> <link rel="manifest" href="/favicon/dark/site.webmanifest" media="(prefers-color-scheme: dark)"> <style> :root { --bg-color: #ffffff; --text-color: #09090b; --primary-color: #9370DB; --secondary-color: #6247AA; --accent-color: #FF7E5F; } @media (prefers-color-scheme: dark) { :root { --bg-color: #09090b; --text-color: #fafafa; --primary-color: #9370DB; --secondary-color: #B19CD9; --accent-color: #FF7E5F; } } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; margin: 0; padding: 0; } .container { max-width: 1200px; margin: 0 auto; padding: 2rem; } header { text-align: center; margin-bottom: 2rem; } h1 { color: var(--primary-color); font-size: 2.5rem; margin-bottom: 0.5rem; } .tagline { font-size: 1.2rem; margin-bottom: 2rem; } .logo { max-width: 250px; margin-bottom: 1rem; } .features { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .feature { background-color: rgba(147, 112, 219, 0.1); border-radius: 8px; padding: 1.5rem; transition: transform 0.3s ease; } .feature:hover { transform: translateY(-5px); } .feature h3 { color: var(--primary-color); margin-top: 0; } .feature-icon { font-size: 2rem; margin-bottom: 1rem; } .installation { background-color: rgba(147, 112, 219, 0.1); border-radius: 8px; padding: 1.5rem; margin-bottom: 3rem; } code { background-color: rgba(0, 0, 0, 0.1); padding: 0.2rem 0.4rem; border-radius: 4px; font-family: 'Courier New', Courier, monospace; } pre { background-color: rgba(0, 0, 0, 0.8); color: #ffffff; padding: 1rem; border-radius: 8px; overflow-x: auto; margin: 1rem 0; } footer { text-align: center; margin-top: 3rem; padding: 1rem; border-top: 1px solid rgba(147, 112, 219, 0.3); } </style> </head> <body> <div class="container"> <header> <img src="https://raw.githubusercontent.com/flight505/mcp-think-tank/main/assets/think-banner.png" alt="MCP Think Tank Logo" class="logo"> <h1>MCP Think Tank</h1> <p class="tagline">Structured reasoning and knowledge graph capabilities for AI assistants</p> </header> <section class="features"> <div class="feature"> <div class="feature-icon">💭</div> <h3>Structured Thinking</h3> <p>Dedicated space for AI assistants to perform step-by-step reasoning, making complex problem-solving more transparent and effective.</p> </div> <div class="feature"> <div class="feature-icon">🧩</div> <h3>Knowledge Graph Memory</h3> <p>Persistent, relationship-based memory storage that enables recall and connections between previously encountered information.</p> </div> <div class="feature"> <div class="feature-icon">🔍</div> <h3>Text Search</h3> <p>Find relevant information using text-based queries across your assistant's memory.</p> </div> <div class="feature"> <div class="feature-icon">🤝</div> <h3>Client Support</h3> <p>Works seamlessly with Claude, Cursor, and other MCP clients for enhanced AI capabilities.</p> </div> <div class="feature"> <div class="feature-icon">🛠️</div> <h3>Tool Optimization</h3> <p>Batched processing for efficient operations and improved response times.</p> </div> <div class="feature"> <div class="feature-icon">📊</div> <h3>Performance Boost</h3> <p>Studies show up to 54% improvement in task completion when using structured reasoning.</p> </div> </section> <section class="installation"> <h2>Quick Installation</h2> <p>The easiest way to get started with MCP Think Tank:</p> <pre><code>npx mcp-think-tank</code></pre> <h3>Global Installation</h3> <pre><code>npm install -g mcp-think-tank mcp-think-tank</code></pre> </section> <footer> <p>Developed by <a href="https://github.com/flight505">flight505</a></p> <p>Licensed under MIT License</p> </footer> </div> </body> </html>

Latest Blog Posts

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/flight505/mcp-think-tank'

If you have feedback or need assistance with the MCP directory API, please join our Discord server