Skip to main content
Glama

DillyDallyMCP

by DIodide

DillyDallyMCP

A Model Context Protocol (MCP) server ready for Dedalus deployment.

Setup

1. Initialize Git Repository

cd dedalus-mcp git init git add . git commit -m "Initial commit: Dedalus MCP server"

2. Create Remote Repository

Create a new repository on GitHub/GitLab/etc. named DillyDallyMCP, then:

git remote add origin <your-repo-url> git branch -M main git push -u origin main

3. Install Dependencies

npm install

4. Build

npm run build

Testing Locally

STDIO Mode (for MCP clients)

npm run dev:stdio

HTTP Mode (for testing/debugging)

npm run dev:http

The server will start on http://localhost:3002

Using MCP Inspector

npm run build npm run inspector

Deployment to Dedalus

This server follows Dedalus deployment standards:

  • ✅ Entry point: src/index.ts (or index.ts at root)

  • ✅ TypeScript server structure

  • ✅ Proper package.json configuration

Simply connect your repository to Dedalus and it will automatically detect and deploy the MCP server.

Project Structure

dedalus-mcp/ ├── index.ts # Main entry point ├── server.ts # MCP server implementation ├── cli.ts # CLI argument parsing ├── tools/ # MCP tools │ ├── index.ts │ └── addIntegers.ts ├── transport/ # Transport implementations │ ├── index.ts │ ├── http.ts │ └── stdio.ts ├── package.json └── tsconfig.json

Available Tools

  • add_integers: Adds two integers together

License

MIT

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A basic Model Context Protocol server template ready for Dedalus deployment, demonstrating MCP server structure with a simple integer addition tool.

  1. Setup
    1. 1. Initialize Git Repository
    2. 2. Create Remote Repository
    3. 3. Install Dependencies
    4. 4. Build
  2. Testing Locally
    1. STDIO Mode (for MCP clients)
    2. HTTP Mode (for testing/debugging)
    3. Using MCP Inspector
  3. Deployment to Dedalus
    1. Project Structure
      1. Available Tools
        1. License

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/DIodide/DillyDallyMCP'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server