Skip to content

mathewcraig1/mathews-profile

v1.0.0MIT

Mathew Craig's hosted portfolio MCP server plus a skill teaching agents how to use it: profile lookup, career timeline, project gallery, fit scoring, and knowledge-graph exploration.

MCP servers

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

mathews-profilestreamable-http
{
  "type": "streamable-http",
  "url": "https://mathewcraig.vercel.app/api/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": "mathews-profile",
  "version": "1.0.0",
  "description": "Mathew Craig's hosted portfolio MCP server plus a skill teaching agents how to use it: profile lookup, career timeline, project gallery, fit scoring, and knowledge-graph exploration.",
  "author": {
    "name": "Mathew Craig",
    "email": "mathew.craig@outlook.com",
    "url": "https://mathewcraig.vercel.app"
  },
  "homepage": "https://mathewcraig.vercel.app",
  "repository": "https://github.com/Mathewcraig1/agentic-toolkit",
  "license": "MIT",
  "keywords": ["portfolio", "mcp", "profile", "career", "knowledge-graph"]
}