74
/ 100
21 days ago
glama

Quire MCP Server

A Model Context Protocol server for the Quire project management platform, enabling AI assistants to securely interact with Quire projects, tasks, and data.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
61 tools verified — handlers match their declared behaviour
30 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: QUIRE_ACCESS_TOKEN, QUIRE_OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highexpress-rate-limit@8.2.1GHSA-46wh-pxpv-q5gq

express-rate-limit: IPv4-mapped IPv6 addresses bypass per-client rate limiting on servers with dual-stack network

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_ISSUER_URLNo http://localhost:3001 Base URL for OAuth endpoints
configMCP_SERVER_HOSTNo 127.0.0.1 Host to bind the HTTP server
configMCP_SERVER_PORTNo 3001 Port for the HTTP server
configMCP_TRANSPORTYes stdio Set to http to enable HTTP mode
🔐 secretQUIRE_ACCESS_TOKEN"": "your-access-token"
configQUIRE_OAUTH_CLIENT_ID"": "your-client-id",
🔐 secretQUIRE_OAUTH_CLIENT_SECRET"": "your-client-secret"
configQUIRE_OAUTH_REDIRECT_URINo http://localhost:3001/oauth/callback Quire OAuth callback URL
configQUIRE_TOKEN_STORE_PATHNo Platform default Path to token cache file
configXDG_CONFIG_HOME
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jacob-hartmann-quire-mcp-tfsxch)](https://m8ven.ai/mcp/jacob-hartmann-quire-mcp-tfsxch)
commit: d0339edd6fb42e557a009b3c630e1158d61b62d5
code hash: 3bdc60a8bfd4ed1fe07f491432be5a24b42189c287d39af4fa89dde4304d77c8
verified: 6/18/2026, 11:00:35 AM
view raw JSON →