Skip to content

everyinc/monologue

v1.0.0MIT

Search and review your Monologue voice notes with AI coding agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

monologuestreamable-http
{
  "type": "streamable-http",
  "url": "https://api.monologue.to/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "monologue",
  "version": "1.0.0",
  "description": "Search and review your Monologue voice notes with AI coding agents.",
  "author": {
    "name": "Every Media, Inc.",
    "url": "https://www.monologue.to"
  },
  "homepage": "https://www.monologue.to/docs/integrations/mcp",
  "repository": "https://github.com/EveryInc/monologue-plugin",
  "license": "MIT",
  "keywords": ["monologue", "voice-notes", "meeting-notes", "mcp"],
  "skills": "./skills/",
  "commands": "./commands/",
  "mcpServers": "./mcp.json"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • commands
  • mcpServers