yolcu360-mcp-server
Verified Safeby kiliczsh
Overview
A minimal Bun application template or starting point, demonstrating basic Bun runtime usage.
Installation
bun run index.tsSecurity Notes
The provided `index.ts` is extremely minimal and performs only a console log, posing no direct security risks. The `CLAUDE.md` file describes features of Bun, including network capabilities like `Bun.serve()` and database integrations, but these are not implemented in the current active server code. Therefore, no vulnerabilities are present in the provided source.
Similar Servers
mcp-server-starter-ts
A minimal TypeScript starter template for building Model Context Protocol (MCP) servers, enabling AI applications to connect with data sources and tools through a standardized interface.
mcp-agg
Aggregates Model Context Protocol (MCP) servers (stdio, SSE, HTTP) and exposes their tools via a high-performance Fastify HTTP API.
Hey-Sanka
This is a Next.js web application, likely serving as a frontend or full-stack platform.
MemorizedMCP-TS
Provides a Bun + TypeScript powered Model Context Protocol (MCP) server with hybrid memory, document intelligence, and knowledge graph tooling for AI agents.