Back to Home
clerk icon

mcp-tools

Verified Safe

by clerk

Overview

Facilitates the integration of Model Context Protocol (MCP) into AI applications, enabling secure, consent-based access to private user data via OAuth on both client and server sides.

Installation

Run Command
No command provided

Environment Variables

  • CLERK_PUBLISHABLE_KEY
  • CLERK_SECRET_KEY
  • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
  • REDIS_URL
  • DATABASE_URL
  • JWT_SECRET

Security Notes

The library employs standard OAuth and secure coding practices for handling authentication and data persistence. It relies on environment variables for sensitive keys and configurable persistent stores (Redis, Postgres, SQLite) for session data. `JSON.parse` is used for deserialization of internally stored data, which is generally safe within a controlled environment. The primary security considerations for implementers are the secure configuration and management of these persistent stores and API keys. No 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassLow
Avg Tokens100
Stars26
Forks8
Last Update2025-12-12

Tags

MCPAI IntegrationAuthenticationOAuthNext.jsExpress.js