Skip to main content
Glama
akincskn

akin-portfolio-mcp

by akincskn

akin-portfolio-mcp

npm version License: MIT Node.js TypeScript MCP

An MCP (Model Context Protocol) server that lets AI assistants — Claude Desktop, Claude Code, Cursor, and others — query information about Akın Coşkun's developer portfolio: projects, skills, and contact details. No API keys, no deployment — just npx and go.


Tools

Tool

Description

get_about

General info: name, title, location, summary

get_skills

Full tech stack, optionally filtered by category

get_projects

All projects with descriptions and links

get_project_detail

Deep-dive into a specific project by name

search_projects

Search projects by keyword (tech, feature, etc.)

get_contact

Email, GitHub, LinkedIn, portfolio URL

get_experience_summary

Quick stats: project count, key areas

Related MCP server: my-memory-mcp

Resources

URI

Description

portfolio://about

About data as JSON

portfolio://skills

Skills data as JSON

portfolio://projects

Projects data as JSON


Installation

Option 1 — npx (no install needed)

npx akin-portfolio-mcp

Option 2 — Global install

npm install -g akin-portfolio-mcp
akin-portfolio-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "akin-portfolio": {
      "command": "npx",
      "args": ["-y", "akin-portfolio-mcp"]
    }
  }
}

Config file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json


Claude Code / Cursor Configuration

Add to your MCP settings (.claude/settings.json or ~/.cursor/mcp.json):

{
  "mcpServers": {
    "akin-portfolio": {
      "command": "npx",
      "args": ["-y", "akin-portfolio-mcp"]
    }
  }
}

Example Questions

Once configured, ask your AI assistant:

  • "What are Akın's projects?"

  • "Does Akın know N8N?"

  • "What's Akın's most complex project?"

  • "Show me Akın's AI-related projects."

  • "What databases does Akın work with?"

  • "Give me Akın's contact info."

  • "How many production apps has Akın built?"


Testing with MCP Inspector

npx @modelcontextprotocol/inspector npx akin-portfolio-mcp

This opens an interactive UI to call each tool and inspect responses.


Tech Stack

Built with:

  • MCP SDK — official TypeScript SDK

  • Zod — runtime input validation

  • TypeScript (strict mode)

  • Node.js 18+, stdio transport


License

MIT © Akın Coşkun

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/akincskn/akin-portfolio-mcp'

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