Back to Home
epicweb-dev icon

mcp-auth

Verified Safe

by epicweb-dev

Overview

Serves as an AI agent interface for the EpicMe journaling application, enabling AI to interact with journal entries and tags via the Model Context Protocol.

Installation

Run Command
npx --prefix ./epicshop epicshop start

Environment Variables

  • EPIC_ME_AUTH_SERVER_URL
  • OAUTH_KV
  • EPIC_ME_DB
  • EPIC_ME_MCP_OBJECT

Security Notes

The server employs Zod for robust input validation and delegates authentication to a local OAuth introspection endpoint, which are sound security practices. CORS headers are appropriately configured for public discovery endpoints, preventing broader access issues. No 'eval' or code obfuscation techniques were identified. While the `EPIC_ME_AUTH_SERVER_URL` is hardcoded to a localhost address for development, this is a configuration detail rather than a direct security vulnerability, though it would require environment variable configuration for a production deployment. The use of Cloudflare Durable Objects provides inherent isolation and security benefits.

Similar Servers

Stats

Interest Score41
Security Score8
Cost ClassMedium
Avg Tokens800
Stars19
Forks6
Last Update2026-01-19

Tags

AI AgentJournalingMCPCloudflare WorkersOAuth