kiket-mcp-server
by kiket-dev
Overview
Provides AI tools to interact with Kiket issues, comments, projects, and users, enabling AI assistants to manage Kiket programmatically via the Model Context Protocol (MCP).
Installation
npx @kiket-dev/mcp-serverEnvironment Variables
- KIKET_API_URL
- KIKET_API_KEY
Security Notes
The `start-server.sh` script, part of the provided source, contains a hardcoded `KIKET_API_KEY`. This is a critical security vulnerability as it directly exposes sensitive credentials within the repository. Additionally, the `KIKET_VERIFY_SSL` environment variable can be set to `false`, which disables TLS/SSL certificate verification and can make the server vulnerable to man-in-the-middle attacks if used in a production environment.
Similar Servers
Polymcp
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.