Skip to main content
Glama
mcp-task-manager-logo.svg1.97 kB
<?xml version="1.0" encoding="UTF-8"?> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <!-- Background circle --> <circle cx="100" cy="100" r="90" fill="#2a2a2a" /> <!-- Outer ring --> <circle cx="100" cy="100" r="85" fill="none" stroke="#4a86e8" stroke-width="4" /> <!-- Task board grid --> <rect x="50" y="60" width="100" height="80" rx="5" ry="5" fill="#333" stroke="#4a86e8" stroke-width="2" /> <!-- Task columns --> <rect x="55" y="65" width="28" height="70" rx="3" ry="3" fill="#444" /> <rect x="87" y="65" width="28" height="70" rx="3" ry="3" fill="#444" /> <rect x="119" y="65" width="28" height="70" rx="3" ry="3" fill="#444" /> <!-- Task items --> <rect x="57" y="70" width="24" height="8" rx="2" ry="2" fill="#6aa84f" /> <!-- Done --> <rect x="57" y="82" width="24" height="8" rx="2" ry="2" fill="#6aa84f" /> <!-- Done --> <rect x="89" y="70" width="24" height="8" rx="2" ry="2" fill="#f1c232" /> <!-- In Progress --> <rect x="121" y="70" width="24" height="8" rx="2" ry="2" fill="#cc4125" /> <!-- Todo --> <rect x="121" y="82" width="24" height="8" rx="2" ry="2" fill="#cc4125" /> <!-- Todo --> <rect x="121" y="94" width="24" height="8" rx="2" ry="2" fill="#cc4125" /> <!-- Todo --> <!-- "MCP" text --> <text x="100" y="155" font-family="Arial, sans-serif" font-weight="bold" font-size="24" fill="white" text-anchor="middle">MCP TASKS</text> <!-- Database icon to represent SQLite --> <g transform="translate(160, 40) scale(0.6)"> <path d="M10,30 C10,42 30,42 30,30 L30,10 C30,0 10,0 10,10 L10,30 Z" fill="#e69138" /> <rect x="10" y="10" width="20" height="5" fill="#2a2a2a" /> <rect x="10" y="20" width="20" height="5" fill="#2a2a2a" /> </g> <!-- Connection lines representing dependencies --> <path d="M81 74 L89 74" stroke="#4a86e8" stroke-width="1.5" /> <path d="M113 74 L121 74" stroke="#4a86e8" stroke-width="1.5" /> </svg>

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/bsmi021/mcp-task-manager-server'

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